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

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

Create Course Show Page #38

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month 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 1 month ago

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