Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

User management dialog #84

Closed
Alexander-Krause-Glau opened this issue Oct 17, 2018 · 3 comments
Closed

User management dialog #84

Alexander-Krause-Glau opened this issue Oct 17, 2018 · 3 comments
Assignees
Milestone

Comments

@Alexander-Krause-Glau
Copy link
Contributor

Provide user management GUI forms with respect to ExplorViz-Archive/explorviz-backend#27

@Alexander-Krause-Glau
Copy link
Contributor Author

Alexander-Krause-Glau commented Nov 28, 2018

@dan0x09 Today, I tried to implement an endpoint for the authentication service that essentially returns a container with a list of all string-based roles (atm a role is simply a string). This endpoint should be used for the ember-power-select based role selection.

I instantly disliked this implementation and deleted all this code when I reached the frontend. Due to the (mostly) RESTful design this container classes come really unhandy when using Ember-Data. Ideally, we should only need to call this.get('store').findAll('role') and insert the obtained roles in the ember-power-select dialog.

Eventualy, this means that I will try to refactor the backend's roles for authorization (classes instead of strings)

@czirkelbach czirkelbach added this to the Release v1.2.0 milestone Dec 5, 2018
@czirkelbach
Copy link
Contributor

TODO

  • list of all users
  • remove single user
  • edit user information (name, password, role)

@dan0x09
Copy link
Contributor

dan0x09 commented Dec 11, 2018

Done with 00c355e, 2760f06, 197acd2, 8a43f28, 022a055, 09ae116, ac19c65 (last).

@dan0x09 dan0x09 closed this as completed Dec 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants