binawork / OnlineOnboarding

✈️ Online onboarding, reporting for employees, human resources management. A modern, simple and powerful web app to help you running your company while everyone are working remotely due to COVID social distancing
4 stars 0 forks source link

Fix/employee edit 224 serializers 207 #229

Closed adam-sas-on closed 3 years ago

adam-sas-on commented 3 years ago

After merging this fix, employee will be able to modify some fields about himself and upload avatar (#224 )

In the part of issue #207 Employee can not see other users included in his package. Some back-end serializers and endpoints are cleaned and as a result these urls (last suffixes) don't work anymore: api/package_pages/list_by_company_employee/ api/package/list_by_company_hr/ (One has to change them into api/package_pages/, api/package/ respectively in any part of codes where they are used.) In back-end view file imports are better organized by the subject