Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement role management widget #13

Closed
m-rau opened this issue May 12, 2019 · 1 comment
Closed

implement role management widget #13

m-rau opened this issue May 12, 2019 · 1 comment
Assignees
Milestone

Comments

@m-rau
Copy link
Contributor

m-rau commented May 12, 2019

current role api implements CRUD for user/role management.
This feature requests is about a simple HTML frontend using this API together with vue to deliver simple role management.

@m-rau m-rau mentioned this issue May 12, 2019
@m-rau m-rau added this to the 0.3.0 milestone May 12, 2019
MarkusKral pushed a commit to MarkusKral/core4 that referenced this issue May 14, 2019
…date roles.

replace wrong url in README

[plan-net#38]:fix: change sequence of login to use cookie first if possible
created suitable tests

create backend-search for roles. Regex and multiple fields possible.

fixed CorePager to not be integrated into the role model but within
the CoreApiContainer.
adjusted tests accordingly.

added a distinct_roles method to role-model to show all roles available.
@m-rau
Copy link
Contributor Author

m-rau commented May 15, 2019

accepted and merged.

@m-rau m-rau closed this as completed May 15, 2019
MarkusKral pushed a commit to MarkusKral/core4 that referenced this issue Jun 26, 2019
…lan-net#13

replace wrong url in README

fixed sequence of login to use cookie first if possible, fixes: Ticket plan-net#38
created suitable tests

create backend-search for roles. Regex and multiple fields possible.

fixed CorePager to not be integrated into the role model but within the
CoreApiContainer.
adjusted tests accordingly.

added a distinct_roles method to role-model to show all roles available.

Create first version of rolemanagement widget using vuejs.

close the edit-dialog if user is deleted

display the backend-failure on create/update of a role

Pager is not used in role-model any longer

fixed failure in sorting and ordering via api.
added todos to adjust documentary.

url filtering of roles extended
created suitable test for new feature
adjusted documentation accordingly

todo: document new methods required for new feature

document new query-dict methods in role model
extend rolemanagement to use serverside pagination

change standard ordering to latest created
some minor display data-table improvements

add roles to data-table and to edit/create role

extended regular expression tests for role-api

fixed rolefilter when a list is first item like in $and

removed unneccesary code

fixed login when cookie is given but also a password or username
new order: cookie-token-user:pass

added distinct function to see all roles.

added user creation to rolemanagement.

Todo: test cookie-login with user and password given in request
todo: fix rolemanagementwidget when editing recently created roles.

tests added for creating user with cookie and logging in with cookie
rolemanagement frontend improvements

replace wrong git url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants