You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
integrate it into gitea, maybe even give it back to community
work with get params in url to define milestone, projects and or accounts, assignee
e.g. show me kanban for 1 specific user over account:a,b
e.g. show me kanban for account:a,b&milestone:research
create a rest method to dump json using same params as the kanban component
goal that we can easily from python example download all issues (basic info) which relate to account, assignee, milestone, project, ... using a IYO secret (linked to org)
this can be used for further reporting or escalation
create python example
create rest method to set labels/milestones to a repo
specify a json with all required milestones/labels and apply these to a repo in 1 step
create a graphql interface on top of gitea
this could maybe be used for downloading the info for kanban (see above)
again authentication using IYO secret
see if we can give our work back to gitea community
The text was updated successfully, but these errors were encountered:
The progress so far:
1 - Re-implementing the user auth flow to be standard with other oauth2 extensions (like facebook, github, ...etc) waiting for the PR to be merged itsyouonline/identityserver#662
2 - Added more APIs for the gitea (list issues, get repos)
3 -Started Creating VUE.js app to have kanban board integrated with gitea
https://github.com/go-gitea/gitea
requirements
see if we can give our work back to gitea community
The text was updated successfully, but these errors were encountered: