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
Accelerator
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-C13
/
task-list
Public
forked from
AdaGold/task-list
Notifications
You must be signed in to change notification settings
Fork
47
Star
0
Code
Pull requests
46
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Time - Yaz
- #47
#47
Open
saintmedusa
wants to merge 11 commits into
Ada-C13:master
Ada-C13/task-list:master
from
saintmedusa:master
saintmedusa/task-list:master
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
Time - Yaz
#47
saintmedusa
wants to merge 11 commits into
Ada-C13:master
Ada-C13/task-list:master
from
saintmedusa:master
saintmedusa/task-list:master
Copy head branch name to clipboard
Commits
Commits on May 16, 2020
Set up TaskController with #index and put its route in config/routes.rb. Created basic, corresponding erb view and css.
saintmedusa
committed
11afbe1
View commit details
Copy full SHA for 11afbe1
Browse repository at this point
Created Task model, migrated, and changed index view to show the name of each task
saintmedusa
committed
690df95
View commit details
Copy full SHA for 690df95
Browse repository at this point
fixed typos keeping task list from rendering
saintmedusa
committed
1de17d1
View commit details
Copy full SHA for 1de17d1
Browse repository at this point
task controller now has working show action, with corresponding route and corresponding views for show + index views.
saintmedusa
committed
4c58c36
View commit details
Copy full SHA for 4c58c36
Browse repository at this point
created form for new task in new.html.erb, corresponding task#actions create and new, and coressponding route. Link to add new task is now at the bottom of index page.
saintmedusa
committed
c7876b6
View commit details
Copy full SHA for c7876b6
Browse repository at this point
changed redirect when new task is add to be added task page, instead of all tasks
saintmedusa
committed
16bcc93
View commit details
Copy full SHA for 16bcc93
Browse repository at this point
indivdual task page now has link back to all tasks
saintmedusa
committed
6a043e3
View commit details
Copy full SHA for 6a043e3
Browse repository at this point
Commits on May 17, 2020
created edit form and mark complete option
saintmedusa
committed
463d737
View commit details
Copy full SHA for 463d737
Browse repository at this point
added delete task
saintmedusa
committed
8526f45
View commit details
Copy full SHA for 8526f45
Browse repository at this point
added validation for task name
saintmedusa
committed
aa03ac7
View commit details
Copy full SHA for aa03ac7
Browse repository at this point
added ability to edit completed_at date/time
saintmedusa
committed
2a4e292
View commit details
Copy full SHA for 2a4e292
Browse repository at this point
You can’t perform that action at this time.