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

Profile section of online resume #69

Open eulaaab opened 3 years ago

eulaaab commented 3 years ago
  1. Created UI Profile component for Online. Resume
  2. Mapped the values from DB for technologies, roles, visas, and locations.
  3. Developed createProfile on Save for the profile component

I created the visa model and company model in the schema but when i ran locally and read from the db, it's not reading to the Profile component so right now they're constant array in the component. Also, please use the most recent commit, the build in my fork keep failing and i was trying to get rid of the errors. I think you can rebase and merge.

baileyritchie commented 3 years ago

Also, if you can fix the string/number error on the ExperienceResume.tsx component the assignment of row="3" I believe, and make sure that the checks pass/code builds properly.

eulaaab commented 3 years ago

I resolved the merge conflicts so I think you can merge the PR now.