ujiro99 / RedmineTimeTracker

Chrome/Electron app for tracking work time.
MIT License
81 stars 29 forks source link

Admin Dashboard with list of team members #19

Open krupnovdenis opened 7 years ago

krupnovdenis commented 7 years ago

You done magic work, if you provide one feature this will be the best tool that need for team new mockup 1

ujiro99 commented 7 years ago

Thanks for your suggestion! To clarify the request, please let me ask a question.

  1. How do you want the screen transition from RedmineTimeTracker on this screen?
  2. What kind of information should be given in the columns of "Status of work" and "Day Result"?
krupnovdenis commented 7 years ago

Thank you for answer

How do you want the screen transition from RedmineTimeTracker on this screen?

  1. When user push start/stop update table on the server by user_id (on, off) stepbystep

What kind of information should be given in the columns of "Status of work" and "Day Result"? All team members need to know what tasks now in progress for team When user START their work we need to see GREAN btn, When User stop or don’t start we will see RED btn.

2017-03-15_14-36-40

We can do GET REQUEST from SERVER at all time when open this page on time tracker or have a btn to update this table (structure on the picture)

krupnovdenis commented 7 years ago

What kind of information should be given in the columns of "Status of work" and "Day Result"?

Link to redmine with custom filter (https://redmine.SITE.com/time_entries/report?utf8=%E2%9C%93&criteria%5B%5D=activity&criteria%5B%5D=project&criteria%5B%5D=user&f%5B%5D=project_id&op%5Bproject_id%5D=%3D&v%5Bproject_id%5D%5B%5D=12&f%5B%5D=user_id&op%5Buser_id%5D=%3D&v%5Buser_id%5D%5B%5D=6&f%5B%5D=&c%5B%5D=project&c%5B%5D=spent_on&c%5B%5D=user&c%5B%5D=activity&c%5B%5D=issue&c%5B%5D=comments&c%5B%5D=hours&columns=month)

krupnovdenis commented 7 years ago

Greetings. We have some task. We want start/stop tracking time on a client. How we can сall function that will send data to the server and stop tracking time. We found function "onSubmitClick" in "Auto constructor", is it? How we can call this function in our handler function using native js, or coffeescript.