Skip to content
#

python-flask

Here are 316 public repositories matching this topic...

DiptoChakrabarty
DiptoChakrabarty commented Sep 30, 2021

Currently the applications forms are defined in resume/forms.py

It would be good if the form names are redefined to start with capital letters and ending with Form (eg UserExpForm)

The forms present are

  • RegistartionForm (Done)
  • LoginForm (Done)
  • PostingForm (Done)
  • UsereducationForm
  • UserexperienceForm
  • UserProjectsForm
  • ResumeBuilderForm
  • UserSkillsForm
  • UserAchievement
darknao
darknao commented Nov 3, 2021

We only have 3 html templates for now, but we already have parts of the same code on all of them.

Use the power of templating to refactor those pages and eliminate code duplicates like footer & header.
See https://jinja.palletsprojects.com/en/3.0.x/templates/

T: improvement good first issue fragment frontend

Improve this page

Add a description, image, and links to the python-flask topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-flask topic, visit your repo's landing page and select "manage topics."

Learn more