Ignore:
Timestamp:
06/17/24 21:59:14 (2 weeks ago)
Author:
223021 <daniel.ilievski.2@…>
Branches:
main
Children:
08f82ec
Parents:
b248810
Message:

Added an edit profile page for both job seekers and recruiters, where they can upload profile pictures/company logos and edit their profile data. Added profile page specifically for recruiters. Refactored existing code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jobvista-frontend/src/redux/actionTypes.js

    rb248810 rbefb988  
    2020export const FETCH_RECRUITERS = "FETCH_RECRUITERS"
    2121export const CHANGE_ACCESS = "CHANGE_ACCESS"
     22export const SUBMIT_RECRUITER_LOGO = "SUBMIT_RECRUITER_LOGO"
     23export const SUBMIT_RECRUITER_COVER = "SUBMIT_RECRUITER_COVER"
     24export const SET_LOGO_URL = 'SET_LOGO_URL';
     25export const SET_PROFILE_PIC_URL = 'SET_PROFILE_PIC_URL';
    2226
    23 
Note: See TracChangeset for help on using the changeset viewer.