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

Refactoring the code to encompass the various school/college entities #2

Open
1 of 2 tasks
osayami opened this issue Nov 29, 2021 · 0 comments
Open
1 of 2 tasks
Labels
enhancement New feature or request

Comments

@osayami
Copy link
Owner

osayami commented Nov 29, 2021

The project currently handles Basic college and student info with no persistence .
For future proofing and the possibility of switching to a GUI , proper class hierarchies should be implemented. Proper persistence is a requirement for that.
Possible steps:

  • Extend the type of attendance records to include staff. Interfaces can come in handy especially for dependency injection
  • Basic persistence for school/college info. Nothing fancy I am just lazy to enter details every time I run the app to test something XD. It's possible to use CSV files for this
@osayami osayami added the enhancement New feature or request label Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant