develop-me / bagajob

Job Hunting Management App built by Develop Me students for Develop Me students.
https://bagajob.developme.space
GNU Affero General Public License v3.0
1 stars 2 forks source link

Add job forms #41

Closed aejgardner closed 4 years ago

aejgardner commented 4 years ago

Created a three step modal form for the user to add a job. Also streamlined the passing of data to various actions, including those that update an interview and app note. Redux combinedReducers() method is now also being used to help keep reducers modular and break up global state.