upward-dev / Upward

open source project for the tech community - let's learn from each other
GNU General Public License v3.0
3 stars 4 forks source link

created forms for experiences/projects and added api routes #59

Closed baileyritchie closed 3 years ago

baileyritchie commented 3 years ago

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.