deepreview-dave / app

Automatically write a performance review
MIT License
6 stars 1 forks source link

improve outputs #117

Closed devgabrielcoman closed 1 year ago

devgabrielcoman commented 1 year ago

A bit of a useful one, if a bit hacky.

You know how we have the "Expand" button that adds more automatically generated details to each section of the response?

That works OK, except when we have the Work & Education section of the Resume. Then the format is like this

Screenshot 2023-02-02 at 16 34 13

which looks nice, until you expand it, and it overrides that header part

Screenshot 2023-02-02 at 16 34 18

making "Expand" not be that useful for Resume.

So the fix fixed this: localhost_3000_resume_cv (1) localhost_3000_resume_tool (1)

by having editable and non-editable sections. The non-editable ones can't be expanded.