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-C8
/
TaskList
Public
forked from
AdaGold/task-list
Notifications
You must be signed in to change notification settings
Fork
43
Star
0
Code
Pull requests
42
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Pipes - Angela - Tasklist
- #40
#40
Open
awilson2017
wants to merge 16 commits into
Ada-C8:master
Ada-C8/TaskList:master
from
awilson2017:master
awilson2017/TaskList:master
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
Pipes - Angela - Tasklist
#40
awilson2017
wants to merge 16 commits into
Ada-C8:master
Ada-C8/TaskList:master
from
awilson2017:master
awilson2017/TaskList:master
Copy head branch name to clipboard
Commits
Commits on Sep 18, 2017
Create new rails server. Create new tasks controller. Router file, create some routes.
awilson2017
committed
67de3e2
View commit details
Copy full SHA for 67de3e2
Browse repository at this point
Commits on Sep 19, 2017
Resolve folder structure so rails and TaskList work properly.
awilson2017
committed
372e73b
View commit details
Copy full SHA for 372e73b
Browse repository at this point
Commits on Sep 20, 2017
complete wave 1: made index controller action and hard coded the tasks.
Show description for 1b06475
awilson2017
committed
1b06475
View commit details
Copy full SHA for 1b06475
Browse repository at this point
list tasks in the index.html.erb
awilson2017
committed
349722a
View commit details
Copy full SHA for 349722a
Browse repository at this point
moved logs into gitignore
awilson2017
committed
a90eb46
View commit details
Copy full SHA for a90eb46
Browse repository at this point
Commits on Sep 21, 2017
Create task model, migrate, and made schema.
awilson2017
committed
1634af5
View commit details
Copy full SHA for 1634af5
Browse repository at this point
almost finished with wave 1. need to complete an each loop to list all tasks.
awilson2017
committed
25b10c2
View commit details
Copy full SHA for 25b10c2
Browse repository at this point
Complete wave 1: Each loop complete and so the tasks are printed in the browser.
awilson2017
committed
2adb1a1
View commit details
Copy full SHA for 2adb1a1
Browse repository at this point
Commits on Sep 24, 2017
Accidentely skipped Wave 2. So started working onthe 'edit' functionality e.g. controller method and link on 'index' page is written.
Show description for 445c68e
awilson2017
committed
445c68e
View commit details
Copy full SHA for 445c68e
Browse repository at this point
Wave 2: Complete the show functionality.
awilson2017
committed
0ee297e
View commit details
Copy full SHA for 0ee297e
Browse repository at this point
Commits on Sep 25, 2017
Wave 2 complete: new task functionality is complete. After task is added to DB, user is redirected to 'Home' page.
awilson2017
committed
3f6351b
View commit details
Copy full SHA for 3f6351b
Browse repository at this point
Wave 3 complete: Edit task is complete. Still want to work on the 'show' views so that the 'completed' status is a check box vs. a boolean word 'true' or 'false.'
awilson2017
committed
d8926b5
View commit details
Copy full SHA for d8926b5
Browse repository at this point
Wave 4: Delete task functionality complete. Incomplete work is refactoring the 'Mark complete' functionality to meet requirements.
awilson2017
committed
18b88a6
View commit details
Copy full SHA for 18b88a6
Browse repository at this point
Commits on Sep 26, 2017
Wave 4: 'Completed' functionality almost finished. 'Date completed' is not saving to DB. Will work on it later.
awilson2017
committed
d2d0159
View commit details
Copy full SHA for d2d0159
Browse repository at this point
Commits on Sep 28, 2017
git status says I have changes. However, I do not know what those changes are. My belief is they are small since I lack a clear memory of the changes.
awilson2017
committed
e2e3ba8
View commit details
Copy full SHA for e2e3ba8
Browse repository at this point
Commits on Oct 1, 2017
delete first migration that caused problems and then reset database via migration.
Show description for b78c901
awilson2017
committed
b78c901
View commit details
Copy full SHA for b78c901
Browse repository at this point
You can’t perform that action at this time.