Mise à jour de 'README.md'

This commit is contained in:
fterrot 2021-02-24 12:14:14 +01:00
parent 051ecba9d2
commit 4d2bda4f0a
1 changed files with 11 additions and 11 deletions

View File

@ -17,18 +17,17 @@ I want to thanks and credit:
## Planned Features
### Version 1.x - prove of concept
* use basic (user,password) or token authentication
### Version 0.1.x - prove of concept
* use basic (user,password) or token authentication (preferred)
* list and query for issues
* handles issues on a repository basis
### Version 2.x - usable
* use basic (user,password) or token authentication
* create, edit, close and reopen issues
* comment on issues
* supports repository milestones and assignees
* handles issues on a repository basis
### Planned features
* edit issue - add comment on issues
* edit issue - close/reopen issue
* edit issue - change assignee list, labels, project, milestone
* create issue
* enhance query hmi - labels selection per list
### Missing features
@ -36,7 +35,7 @@ I want to thanks and credit:
### Won't be implemented
The goal of this connector is not to replaced the Gitea web interfac, so everything which is not Issue related or not link with what may help a developper in his day-to-day issue management will not be implemented, typically Team/Repository member management and milestone management.
The goal of this connector is not to replaced the Gitea web interfac, so everything which is not Issue related or not link with what may help a developper in his day-to-day issue management will not be implemented, typically Team/Repository management and milestone management.
## Usage
@ -63,6 +62,7 @@ I don't kown if I will introduce the option to ignore certificate errors. It is
* Version 1.x will only support read acess and queries, we have may to wait the Version 2.x to create and modify issues.
* If you created a new milestone or added a new project member via the web interface, you have to update the repository configuration, so that the connector reloads the project members and milestones. Right click on the Gitea repository in the Task repositories view and click on "Update Repository Configuration".
* Offline mode does not work.
* Out of the box support for valid certificates only.
* Out of the box support for valid certificates only.
* Ssl connection issue with some servers