-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Submission-1 #3
base: main
Are you sure you want to change the base?
Conversation
I tentatively grade this at 95% :) |
i left some comments, but more generally, this is "too much" for HW1. also a few follow-ups:
right now, tentatively this is at about 80/100 for me. |
60369b1
to
e935376
Compare
We have reset the main branch to its initial commit and moved Trello and SlackChatbot enhancements to separate branches. We're working on incorporating the feedback, including adding mypy and ruff checks, updating to Python 3.13, and maintaining a minimal repository setup. Further updates will follow in dedicated PRs. |
Add TrelloManager feat: Implement OAuth and enhance message handling for Slack bot fix: hw1 feedback fix - Upgrade python from 3.11 to 3.12 - Use uv to transform the project from app to a library, exposing api only via modules (modules named with "_" to discourage direct use and import) - Add mypy for static type checking - Add pytest-cov for test coverage and reporting - Add circleCI tests and coverage report - Untracked artifact files - The project is capable of being built with build-tools (maigic uses hatchling) and probably being published to PyPi
- Upgrade python from 3.11 to 3.12 - Use uv to transform the project from app to a library, exposing api only via modules (modules named with "_" to discourage direct use and import) - Add mypy for static type checking - Add pytest-cov for test coverage and reporting - Add circleCI tests and coverage report - Untracked artifact files - The project is capable of being built with build-tools (maigic uses hatchling) and probably being published to PyPi
This is the re-submission of submission-1 for the mAIgic team 1.
Team Members:
Satyam Chatrola: [email protected]
Abdullah Suri: [email protected]
Eli Edme: [email protected]
Frank Zhao: [email protected]
Mihir Lovekar: [email protected]
Sidhved Warik: [email protected]
Yaxin Ke: [email protected]