rubyforgood / rubyforgood/endsideout
Add missing Classroom CRUD Actions
Open
@hkakar5 is already working on this.
Since Aug 28, 2026.
- Dominant language
- JavaScript
- Stars
- 11
- Forks
- 4
- Avg merge
- 20h 30m
- Merged PRs (30d)
- 19
Description
What
- Currently classrooms can only be edited. We need to make it so that classrooms can also be created fresh and deleted
Context
- We weren't sure on what the pattern for these types of nested entities would be from a UI perspective so we skipped these actions and relied on the seeded data only.
Acceptance Critera
- Classrooms can be created in the UI
- Classrooms can be deleted in the UI
- Students need to belong to a classroom, so we will need to consider how best to allow deletion of classrooms. The easiest for now would be to only deletion of empty classrooms (no students)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.