1996fanrui commented on code in PR #1843:
URL: 
https://github.com/apache/incubator-streampark/pull/1843#discussion_r996287570


##########
streampark-console/streampark-console-service/src/assembly/script/data/mysql-data.sql:
##########
@@ -110,6 +110,7 @@ insert into `t_menu` values (100053, 100001, 'types', null, 
null, 'user:types',
 -- Records of t_role
 -- ----------------------------
 insert into `t_role` values (100001, 'developer', 'developer', now(), now(), 
null);
+insert into `t_role` values (100002, 'team_admin', 'Team Admin has all 
permissions inside the team.', now(), now(), null);

Review Comment:
   Hi @wolfboys , thanks for your review, it's a good idea.
   
   I have a little concern. To facilitate managing jobs, a team may have 
multiple `team_admin`, including some developers.
   
   `team_leader` represents the leader of the team. There may be some ambiguity 
here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to