issues
search
adiatma85
/
golang-url-shortener
Simple Golang Shortener with REST API approachment
1
stars
0
forks
source link
[Improvement] - Functional Requirement Checking
#23
Closed
adiatma85
closed
2 months ago
adiatma85
commented
2 months ago
Changelog
Assign normal role id when Register (normal role user id is
2
)
When user
GetList
or
Get
url, they only see their own
When user
Delete
or
Update
url, they can only change that for their own, except the SuperAdmin (SuperAdmin role can bypass this)
Related JIRA Card
No Card
The changes contain
[ ] new features
[x] bugfix
[ ] code improvements
[ ] hotfix
[ ] breaking changes
Changelog
2
)GetList
orGet
url, they only see their ownDelete
orUpdate
url, they can only change that for their own, except the SuperAdmin (SuperAdmin role can bypass this)Related JIRA Card
The changes contain