DiptoChakrabarty / DiptoChakrabarty/Resume-Generator
Modify Form Names
- Dominant language
- HTML
- Stars
- 43
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
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
- UserAchievementForm
- RequestResetForm
- ResetPasswordForm
The forms can be modified to the above names and the areas where the forms are used in the routes also have to modified.
Please send PR for any one of the above mentioned forms , do not send PR for multiple forms at a time.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open resume/forms.py and choose one of the listed forms that has not already been renamed. Find its usages in the routes, update the form name consistently, and verify that the application still imports and uses the renamed form without references to the old name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flask, python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100