Mercurial > p > roundup > code
changeset 6762:f8ee14436371
Add fts search engines, add more rest doc.
Expand *simple to use* to mention REST and XMLRPC along with html for
web use.
Mention REST can be extended. Also JWT is possible. CORS support as well.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Jul 2022 17:57:50 -0400 |
| parents | 65da8d74c06e |
| children | d93b441ee778 |
| files | doc/features.txt |
| diffstat | 1 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/features.txt Sun Jul 10 15:53:57 2022 -0400 +++ b/doc/features.txt Sun Jul 10 17:57:50 2022 -0400 @@ -24,7 +24,8 @@ mysql_ and postgresql_ *simple to use* - - accessible through the web, email, command-line or Python programs + - accessible through the web (html, REST or XMLRPC), email, + command-line or Python programs - may be used to track bugs, features, user feedback, sales opportunities, milestones, ... - automatically keeps a full history of changes to issues with @@ -53,7 +54,8 @@ support them (sqlite, mysql and postgresql) - indexed text searching giving fast responses to searches across all messages and indexed string properties - - support for the Xapian or Whoosh full-text indexing engine for large trackers + - support for the Xapian, Whoosh. sqlite or postgres full-text + indexing engines for large trackers *documented* - documentation exists for installation, upgrading, maintenance, users and @@ -115,8 +117,11 @@ XMLRPC calls - see the `xmlrpc guide`_ for more details simple clients etc. -*restful interface* +*RESTful interface* - accessible using basic HTTP authentication at /rest starting point + - able to be extended with new endpoints + - authentication can be done using JSON Web Tokens (JWT) + - CORS support for use by third party web pages. - see the `rest guide`_ for details. .. _sqlite: http://www.hwaci.com/sw/sqlite/
