Worked on - added forms to allow users to create projects and experiences for their online resume. Currently, projects can be created and added to the prisma db, however experiences cannot yet be created because of a missing relationship in the "type" column of the Experiences table (can we potentially make this a string?) . Also, worked on preparing api routes/folder structure for all CRUD operations for the online resume.
Next - need to integrate user auth/user identity to tie projects/experiences to a particular user, need to work on the "edit" version of the forms (but will not take long), combine/reduce two api pages into one (may have to pair with nicole to optimize) for use in all online resume requirements.
Worked on - added forms to allow users to create projects and experiences for their online resume. Currently, projects can be created and added to the prisma db, however experiences cannot yet be created because of a missing relationship in the "type" column of the Experiences table (can we potentially make this a string?) . Also, worked on preparing api routes/folder structure for all CRUD operations for the online resume.
Next - need to integrate user auth/user identity to tie projects/experiences to a particular user, need to work on the "edit" version of the forms (but will not take long), combine/reduce two api pages into one (may have to pair with nicole to optimize) for use in all online resume requirements.