JCBeldo / relational_rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Users can have many appointments appointments belong to a User

-[ ] done

User Story 1, Users Index

For each User table As a visitor When I visit '/Users' Then I see the name of each User record in the system

-[ ] done

User Story 2, User Show

As a visitor When I visit '/Users/:id' Then I see the User with that id including the User's attributes (data from each column that is on the User table)

-[ ] done

User Story 3, appointment Index

As a visitor When I visit '/appointment_table_name' Then I see each appointment in the system including the appointment's attributes (data from each column that is on the appointment table)

-[ ] done

User Story 4, appointment Show

As a visitor When I visit '/appointment_table_name/:id' Then I see the appointment with that id including the appointment's attributes (data from each column that is on the appointment table)

-[ ] done

User Story 5, Users appointments Index

As a visitor When I visit '/Users/:User_id/appointment_table_name' Then I see each appointment that is associated with that User with each appointment's attributes (data from each column that is on the appointment table)

About


Languages

Language:Ruby 80.2%Language:HTML 15.3%Language:JavaScript 2.8%Language:CSS 1.7%