Skip to content

Resolve "Implement updating payscale"

Marko Matušovič requested to merge 32-implement-updating-payscale into dev

Allows students to request a change in their payscale through raise requests.

student side

  • profile page
    • added button in the side panel that reveals overlay with a form to submit a new raise request
    • added section on the bottom, that shows ongoing raise requests, if present

staff side

  • raise requests page (new)
    • a table with all open raise requests, where a teacher can approve or reject them

Closes #32 (closed) #33 (closed)

Depends on !172 (merged)

Screenshots

Added button in side panel profile-1

Overlay when submitting new request Screenshot_2021-08-24_at_17.54.03

A pending request shows up in user's profile Screenshot_2021-08-24_at_17.55.34

In case a request was already submitted Screenshot_2021-08-24_at_17.55.20

Staff side: a list of pending requests Screenshot_2021-08-24_at_17.57.29

Edited by Marko Matušovič

Merge request reports