Documentive / TemplateBuddy

An Open Source resume builder for hassle free experience
3 stars 0 forks source link

Add generic sections #54

Closed frankhart2018 closed 1 year ago

frankhart2018 commented 1 year ago

Closes #9 Closes #29 Closes #36 Closes #38 Closes #40

Implementation

  1. Add a generic modal that takes in a map of fields and generates JSX components accordingly in a dialog box.
  2. Add a generic section that adds a button and a dynamic list to display the content added in the dialog.
  3. Migrated existing sections (except Basics), to this generic section. Every section that had multiple entries in the schema is not moved to this generic section.
  4. Projects section added.
  5. Publications section added.
  6. Interests section added.
  7. References section added.
frankhart2018 commented 1 year ago

@dhairyaj please test this one thoroughly. I have tested all the sections in my end, but just in case I missed something :)

dhairyaj commented 1 year ago

Tested it thoroughly. Looks good