s5b / timesheik

An AngularJS application for entering timesheet information, plus print CSS experiments.
1 stars 0 forks source link

Cannot edit timesheet info #1

Open genuinefafa opened 10 years ago

genuinefafa commented 10 years ago

I'm unsable to change any of the timesheet information. It's strange, since I'm able to put my text cursor on the box. :-1:

Any ideas?

s5b commented 10 years ago

Hi

Thanks for your interest.

The timesheet will only allows you to change the cell values by typing the plus (+) and minus (-) keys. It doesn't let you type individual values into the cells. The increment/decrement should be by 15 minutes for the times, and by one week for the dates.

The arrow keys on your keyboard allow you to navigate between the editable cells.

These key strokes should be the only keyboard input acceptable.

Does that help?

Cheers, S t u a r t .

On 8/03/2014 12:52 am, genuinefafa wrote:

I'm unsable to change any of the timesheet information. It's strange, since I'm able to put my text cursor on the box. :-1:

Any ideas?

— Reply to this email directly or view it on GitHub https://github.com/s5b/timesheik/issues/1.

genuinefafa commented 10 years ago

Interesting. I understand the UI now.

Thanks! :)

ps: I'm actually looking to develop something that allow me to enter different projects as rows, and assign work for each day. Maybe this can help me to quick start.

On Sat, Mar 8, 2014 at 5:48 PM, Stuart Begg notifications@github.comwrote:

Hi

Thanks for your interest.

The timesheet will only allows you to change the cell values by typing the plus (+) and minus (-) keys. It doesn't let you type individual values into the cells. The increment/decrement should be by 15 minutes for the times, and by one week for the dates.

The arrow keys on your keyboard allow you to navigate between the editable cells.

These key strokes should be the only keyboard input acceptable.

Does that help?

Cheers, S t u a r t .

On 8/03/2014 12:52 am, genuinefafa wrote:

I'm unsable to change any of the timesheet information. It's strange, since I'm able to put my text cursor on the box. :-1:

Any ideas?

Reply to this email directly or view it on GitHub https://github.com/s5b/timesheik/issues/1.

Reply to this email directly or view it on GitHubhttps://github.com/s5b/timesheik/issues/1#issuecomment-37109368 .

s5b commented 10 years ago

You're welcome. Glad to be of assistance.

Good luck with the project work management.

By the way, one of the trickier parts of the work I did here was dealing with the different ways that the browsers treat keyboard input. You'll see in navigation.js that I had to do some extra work to deal with the differences between Chrome and Firefox: they send different codes for the same keypress on some keys.

Cheers, S t u a r t .

On 11/03/2014 2:06 am, genuinefafa wrote:

Interesting. I understand the UI now.

Thanks! :)

ps: I'm actually looking to develop something that allow me to enter different projects as rows, and assign work for each day. Maybe this can help me to quick start.

On Sat, Mar 8, 2014 at 5:48 PM, Stuart Begg notifications@github.comwrote:

Hi

Thanks for your interest.

The timesheet will only allows you to change the cell values by typing the plus (+) and minus (-) keys. It doesn't let you type individual values into the cells. The increment/decrement should be by 15 minutes for the times, and by one week for the dates.

The arrow keys on your keyboard allow you to navigate between the editable cells.

These key strokes should be the only keyboard input acceptable.

Does that help?

Cheers, S t u a r t .

On 8/03/2014 12:52 am, genuinefafa wrote:

I'm unsable to change any of the timesheet information. It's strange, since I'm able to put my text cursor on the box. :-1:

Any ideas?

Reply to this email directly or view it on GitHub https://github.com/s5b/timesheik/issues/1.

Reply to this email directly or view it on GitHubhttps://github.com/s5b/timesheik/issues/1#issuecomment-37109368 .

— Reply to this email directly or view it on GitHub https://github.com/s5b/timesheik/issues/1#issuecomment-37192069.

genuinefafa commented 10 years ago

Thanks @s5b :)

I'm working on a web-app (soon on github) that allow me to register worked hour in a format like this,

Maybe without the "task type", it is not really necesary right now. Using angularjs and a REST backend.