rubyforgood / rubyforgood/endsideout
Add SchoolYear Model
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11
- Forks
- 4
- Avg merge
- 20h 30m
- Merged PRs (30d)
- 19
Description
What
- Add SchoolYear as a model so that is is possible to retain data from previous years while not confusing it with this year's data.
Context
- After the first year of the program, we will want to be able to archive the information and hide it from the interface while still keeping it for historical reporting. The idea here is that when viewing the admin interface, we would associate certain models with these school years so that it is possible to differentiate between the years. Models that would need to be associated with a school year would be:
- Classrooms
- Content Modules
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.
Research direction
No files, tests, or entry points are named. First clarify the existing model and admin-interface structure, then define how SchoolYear relates to Classrooms and Content Modules and how archived data should be hidden while remaining available for historical reporting; the issue is done when those requirements are specified and covered by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100