Improve initial 'get started' period for organizers
- Dominant language
- Kotlin
- Stars
- 25
- Forks
- 6
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 9
Description
US: As a user I don't want to "go to /c/e endpoints then log out somehow then relog or sg. like that". I want a clear view where I can see my granted roles, refresh my roles and go to the admin page.
AC:
Create a page `apiBaseUrl/lemmein`:
- Show the current roles associated with the user or a login button if there are none
- Create user by logging in
- Check for permissions to add to the user (run this checks not just the first time a user was logged is)
- Add permissions to the page (with permitAll)
- Use colors similar to the admin and use the tenant accent color
Create a new entity `UserGrantEntity`:
- Check by email (both providers) or neptun
- Add the option to grant group, role, permission or permissionGroup
- Groups and roles can: DO_NOT_CHANGE, OVERRIDE
- Permissions and permission groups can: DO_NOT_CHANGE, OVERRIDE, GRANT
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the planned apiBaseUrl/lemmein page, the existing admin page, and the login and permission checks described in the issue. Then trace where UserGrantEntity and role, group, permission, and permission-group grants belong. Done means the page supports the listed login, role-refresh, permission, tenant-color, and grant behaviors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin, react, spring-boot
- Domain
- authorization, full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100