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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Ada-C15
/
task-list-api
Public
forked from
AdaGold/task-list-api
Notifications
You must be signed in to change notification settings
Fork
69
Star
0
Code
Pull requests
69
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Paper - Kaylyn Cardella
- #65
#65
Open
kecardel
wants to merge 11 commits into
Ada-C15:master
Ada-C15/task-list-api:master
from
kecardel:master
kecardel/task-list-api:master
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
Paper - Kaylyn Cardella
#65
kecardel
wants to merge 11 commits into
Ada-C15:master
Ada-C15/task-list-api:master
from
kecardel:master
kecardel/task-list-api:master
Copy head branch name to clipboard
Commits
Commits on May 7, 2021
Wave 1 all tests passing with new routes delete_task, update_task, create_task, get_one_task, tasks_index.Adds to_json() method to Task.
kecardel
committed
6e39426
View commit details
Copy full SHA for 6e39426
Browse repository at this point
modifies to_json() in task.py with local variable completed_at = False. Wave 1 responses dried up with implementation of to_json().
kecardel
committed
c686031
View commit details
Copy full SHA for c686031
Browse repository at this point
Updates tasks_index to allow asc + desc sorting
Show description for e297137
kecardel
committed
e297137
View commit details
Copy full SHA for e297137
Browse repository at this point
Commits on May 8, 2021
Adds task_mark_complete and task_mark_incomplete
Show description for 4a772b9
kecardel
committed
4a772b9
View commit details
Copy full SHA for 4a772b9
Browse repository at this point
Commits on May 11, 2021
Adds slack bot message when task is completed;
Show description for 67e39c3
kecardel
committed
67e39c3
View commit details
Copy full SHA for 67e39c3
Browse repository at this point
Adds goal.py, Goal model, and functions
Show description for 6234a55
kecardel
committed
6234a55
View commit details
Copy full SHA for 6234a55
Browse repository at this point
Commits on May 12, 2021
Creates one-to-many relationship between parent
Show description for 74049e1
kecardel
committed
74049e1
View commit details
Copy full SHA for 74049e1
Browse repository at this point
Commits on May 13, 2021
Wave 6 passes.
Show description for 44aeaf0
kecardel
committed
44aeaf0
View commit details
Copy full SHA for 44aeaf0
Browse repository at this point
Refactors final project submission.
kecardel
committed
136cb41
View commit details
Copy full SHA for 136cb41
Browse repository at this point
Updates wave 4/mark_complete to use requests,
Show description for 3486352
kecardel
committed
3486352
View commit details
Copy full SHA for 3486352
Browse repository at this point
Small edits
kecardel
committed
74e5b59
View commit details
Copy full SHA for 74e5b59
Browse repository at this point
You can’t perform that action at this time.