rubyforgood / rubyforgood/endsideout

Add missing Classroom CRUD Actions

Open
#65 1 comment 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.