45 lines
No EOL
1,017 B
Text
45 lines
No EOL
1,017 B
Text
Juggl Documentation
|
|
|
|
Goal
|
|
Hold information about projects
|
|
Timetracking
|
|
Invoice generation
|
|
Shared files
|
|
ToDo
|
|
Progress
|
|
Shared Workspace for client
|
|
Deadlines
|
|
API interface
|
|
Ticket system
|
|
|
|
ToDo
|
|
High Priority
|
|
Tracking Windows Client
|
|
Refactor TimeLogger
|
|
Offline BackUps
|
|
Nur tracking wenn aktiviert
|
|
Time tracking
|
|
API interface
|
|
Web interface
|
|
General
|
|
Hold some kind of current state
|
|
e.g. "Currently working on"
|
|
Low Priority
|
|
Web interface
|
|
|
|
Datbase
|
|
Table prefix
|
|
ju_
|
|
|
|
API
|
|
timetracking
|
|
POST
|
|
api_key
|
|
user_id
|
|
request
|
|
start_time (required for insert)
|
|
end_time (required for insert)
|
|
duration (required for insert)
|
|
project_id (optional)
|
|
device_id (optional)
|
|
record_id (optional, update when given) |