Yuji3000 / exercise_app

0 stars 1 forks source link

create program index page #9

Open jgthomas-12 opened 5 months ago

jgthomas-12 commented 5 months ago

As a user, when I visit the program index page, I should see:

A button to create a new program - button routes to users/:user_id/programs/new

all programs displayed as a list of program names - A user can have multiple, but can only run one exercise program at a time.

msakr21 commented 5 months ago

Can you clarify what you mean by the user only being able to run one exercise program at a time? I checked the miro board and was going to follow the view shown on there, but I don't think it quite clarifies that part.

Yuji3000 commented 5 months ago

You can disregard that for now. In the future, will have to set the current program a person is currently running that they'd like to track