ucsb-cs156-s24 / proj-organic-s24-5pm-2

https://ucsb-cs156-s24.github.io/proj-organic-s24-5pm-2/
0 stars 0 forks source link

Create Course Show Page #17

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 5 months ago

User Story

Discussion

We need a page for each course where we can put things such as

In particular, we need a place for the student roster upload, and a place for StudentTable to show up. (Those are separate issues).

Your job is simple: build a page that looks a lot like the course page, but it will have the url /courses/{:id}. It will only retrieve one row from the database for the course with id=:id, and show just that one course.

That's it for this issue; then once this is built, we can add many other things.

Acceptance Criteria

github-actions[bot] commented 5 months ago

Copied from https://github.com/ucsb-cs156/proj-organic/issues/55