Skip to content
Snippets Groups Projects

WIP: [DONT MERGE] Frontend development

For frontend development, some changes have to be made:

  • In frontend/src/store/modules/user.js change the line [types.USER_LOAD_ME]: context => http.get('me') to [types.USER_LOAD_ME]: context => http.get('user/<netid>') where <netid> is the netid of the user you want to load from your database
  • Because no valid SAML is present, you are making cross-origin requests. To allow these requests, add the annotation @CrossOrigin(origins = "http://localhost:3000") at every place the annotation @RestController is used

Merge request reports

Pipeline #165016 failed

Pipeline failed for ab107605 on frontend-dev-demo

Closed by Otto VisserOtto Visser May 12, 2021 (May 12, 2021 9:36am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading