Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Ada-C18
/
task-list-api
Public
forked from
AdaGold/task-list-api
Notifications
You must be signed in to change notification settings
Fork
146
Star
0
Code
Pull requests
138
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
TaskListProject_Cheetahs_Tapasya
- #118
#118
Open
takhat
wants to merge 19 commits into
Ada-C18:master
Ada-C18/task-list-api:master
from
takhat:master
takhat/task-list-api:master
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Open
TaskListProject_Cheetahs_Tapasya
#118
takhat
wants to merge 19 commits into
Ada-C18:master
Ada-C18/task-list-api:master
from
takhat:master
takhat/task-list-api:master
Copy head branch name to clipboard
Commits
Commits on Nov 4, 2022
wave1: added create-task method and passed test_create_task
takhat
committed
55ba893
View commit details
Copy full SHA for 55ba893
Browse repository at this point
Commits on Nov 5, 2022
Wave 1: added READ routes and passed READ tests
takhat
committed
3a99621
View commit details
Copy full SHA for 3a99621
Browse repository at this point
Wave 1: added UPDATE route: update_task and passed UPDATE tests
takhat
committed
a985295
View commit details
Copy full SHA for a985295
Browse repository at this point
Wave 1 done: added DELETE routes and passed DELETE route tests
takhat
committed
c6cdcd5
View commit details
Copy full SHA for c6cdcd5
Browse repository at this point
Commits on Nov 6, 2022
Wave 2 complete: added query param: sort, added addl. tests to ignore case, passed all tests.
takhat
committed
fb8fbb1
View commit details
Copy full SHA for fb8fbb1
Browse repository at this point
Wave 3 complete: added PATCH(update) route, passed related tests
takhat
committed
a1a869c
View commit details
Copy full SHA for a1a869c
Browse repository at this point
Commits on Nov 9, 2022
wave 4 complete: using an external web api (slack api)
takhat
committed
5231e73
View commit details
Copy full SHA for 5231e73
Browse repository at this point
refactored Wave 4: call external apis using responses library instead of slackclient
takhat
committed
df459dd
View commit details
Copy full SHA for df459dd
Browse repository at this point
minor refactor
takhat
committed
0ba5e71
View commit details
Copy full SHA for 0ba5e71
Browse repository at this point
Wave 5 complete: added Goal Model to define one-to-many relationship and passed all tests
takhat
committed
5950819
View commit details
Copy full SHA for 5950819
Browse repository at this point
Commits on Nov 10, 2022
Wave 6 complete: added one-to-many relationship between goal and tasks and passed tests
takhat
committed
b9a5729
View commit details
Copy full SHA for b9a5729
Browse repository at this point
adding Procfile
takhat
committed
58bacf6
View commit details
Copy full SHA for 58bacf6
Browse repository at this point
refactored from_dict method to allow creating task with goal_id added too
takhat
committed
531def4
View commit details
Copy full SHA for 531def4
Browse repository at this point
refactored create_task() to return new_task dict with goal_id attribute if its not None.
takhat
committed
bfb2f85
View commit details
Copy full SHA for bfb2f85
Browse repository at this point
refactored create_task() to return new_task dict with goal_id attribute if its not None.
takhat
committed
6f1bbc1
View commit details
Copy full SHA for 6f1bbc1
Browse repository at this point
undo last 3 commits(refactor)
takhat
committed
a65afe6
View commit details
Copy full SHA for a65afe6
Browse repository at this point
add slack_sdk in req
takhat
committed
f62b53f
View commit details
Copy full SHA for f62b53f
Browse repository at this point
refactored add_task_ids_to_goal
takhat
committed
d172a60
View commit details
Copy full SHA for d172a60
Browse repository at this point
refactored add_task_ids_to_goal
takhat
committed
f1434ac
View commit details
Copy full SHA for f1434ac
Browse repository at this point
You can’t perform that action at this time.