netresearch / timetracker

Simple time tracking front end with optional Jira synchronization, AD/LDAP integration and XLSX export.
GNU Affero General Public License v3.0
21 stars 27 forks source link

CSV Import feature #27

Closed moehrenzahn closed 5 years ago

moehrenzahn commented 5 years ago

Hi everyone,

it would be very useful to have a simple file import functionality for adding worklog entries.

My suggestion would be to offer a file input field which receives a .csv file mapping to the columns of the worklog table.

CybotTM commented 5 years ago

Hi @moehrenzahn,

this is out of scope, timetracker core is focused database and it's API to access the data, and Jira integration with this data.

Providing an import would be an external feature utilizing the timetracker API.

moehrenzahn commented 5 years ago

Thanks, that gave me a clearer idea about the scope of this project.

Is the timetracker API in some way directly accessible like as a REST API or similar? I cannot find anything about this in the documentation.

I am closing this ticket since there is no immediate to do here but I'd still appreciate a response.

CybotTM commented 5 years ago

Is the timetracker API in some way directly accessible like as a REST API or similar?

Yes there is, but no specific documentation, you need to have a look at ExtJS sources or https://github.com/netresearch/timalytics or https://github.com/netresearch/timetracker-ui