Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Date Range to Class #30

Open
steveshogren opened this issue Sep 8, 2016 · 0 comments
Open

Add Date Range to Class #30

steveshogren opened this issue Sep 8, 2016 · 0 comments

Comments

@steveshogren
Copy link
Owner

I want to split the current concept of a "report" and a "class". Right now, you make a class of students, and N reports of date ranges. The backend arbitrarily picks a date range from the reports based on the first to include the current day. It was thought that they would only have one per year, not one per year and one per month!

That set of data is what is shown on the report page and the student pages. I'd like to have the class have a start and end date, and and edit screen. I've already added the fields for from_date and to_date on the class table, but it needs to be added to the UI.

When this is done, I'll be able to change the student page to show whatever information is contained in the class dates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant