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

Rework forms, views and templates into more manageable "chunks" #261

Open
deeppunster opened this issue Aug 11, 2020 · 0 comments
Open

Rework forms, views and templates into more manageable "chunks" #261

deeppunster opened this issue Aug 11, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@deeppunster
Copy link
Contributor

Is your feature request related to a problem? Please describe.
There is a lot of "cruft" in the system -- especially in the code and templates.

Describe the solution you'd like

  • Unused code should be removed
  • Consider reorganizing views.py and forms.py where the view(s) and form(s) for a given topic are consolidated into separate python programs
  • Add consistent comments in each template showing the names for forms, views, and URL's for each template.
  • Add consistent header blocks to each template.

Describe alternatives you've considered
This is a first cut to improving the code. Further refinements or suggestions are welcome.

Additional context
Do this as time and energy are available.

@deeppunster deeppunster added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Aug 11, 2020
@deeppunster deeppunster added this to the Needs to be reworked. milestone Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant