@@ -10,7 +10,8 @@ Roundup Features
10
10
11
11
Roundup is an easy-to-use and -install issue-tracking system with
12
12
web, e-mail and command-line interfaces. Based on the winning design
13
- from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
13
+ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design
14
+ competition.
14
15
15
16
**Installation and Setup**
16
17
@@ -34,11 +35,11 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
34
35
35
36
- Manage your issues your way. Handle bugs, features, milestones,
36
37
user feedback, fleet maintenance, office issues etc.
38
+ - Issues become a mini mailing list to keep everyone informed.
37
39
- Searches on specific properties (e.g. open issues with a high
38
- priority) can be saved and reused or shared with outer users.
40
+ priority) can be saved and reused or shared with other users.
39
41
- Full Text Search for quick searches across messages.
40
42
- Keeps a detailed history of issue changes.
41
- - Issues become a mini mailing list to keep everyone informed.
42
43
- Email is a first class method for interacting with issues.
43
44
44
45
**Scalability and Performance**
@@ -77,7 +78,7 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
77
78
- Users can sign up through the web interface or new user creation
78
79
can be limited to admin users.
79
80
- Can use an `external user database`_ (LDAP, password file)
80
- - Self-server password reset for users via email.
81
+ - Self-serve password reset for users via email.
81
82
82
83
**Email Integration and Automation**
83
84
@@ -97,9 +98,9 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
97
98
98
99
**Remote Access Interfaces**
99
100
101
+ - `RESTful API`_ accessible with basic HTTP authentication or optional JWT.
100
102
- `XMLRPC interface`_ for remote tracker access with basic
101
103
HTTP authentication.
102
- - `RESTful API`_ accessible with basic HTTP authentication or optional JWT.
103
104
- Configurable CORS support for third-party web pages.
104
105
- Ability to generate and authenticate JSON Web Tokens (JWT).
105
106
0 commit comments