- Aimed currently for time tracking for tasks and projects
- Cross platform and mobile accessible
- Does not require a database
- Based off RMClient but aimed to be cross platform & tailored to my personal needs
- A web browser that supports HTML 5 storage
- Server running PHP >= 5.3.2 with cURL extension (based on requirements of PHP Redmine API)
- Redmine server with "Enable REST web service" turned on (/settings/edit?tab=authentication)
- API access key (/my/account)
- Copy folder to server
- Run
bower install
fromui/app
directory - If there are any problems it is probably with PHP Redmine API as my code
- /api/ : server side PHP code (essentially only index.php)
- /ui/ : client side Angular JS code
- AngularJS (client side)
- PHP Redmine API (server side)
- Adding projects & subjects
- Adding an issue to a project
- Adding updates to issues