Skip to content

Guoyuer/eventTracker

Repository files navigation

event_tracker

How to use the app:

1. Two Concepts: Events and Records:

An event is a kind of action or activity in your daily life.

An record is an occurrence of the corresponding event. Record is inputted by user in the following effective way.

For every event, the user can choose whether it is with or without unit, and with or without duration, thus creating four categories of events.

image


2. Interaction About Recording:

For an event with duration, when it starts, a timer is automatically triggered; when it ends, the user clicks the end button and potentially input the value of the bound unit. Then the corresponding record with its duration and value of unit will be generated and stored.

Note: By long pressing the event, the user can manually input a former time as its starting or ending time. Simultaneous-running events are allowed ant all events' status will not be disrupted by terminating the app.

For an event without duration, we only care about its ending time. A short press adds a record of it with current time as the end time. To enter a former time as end time, a long press is needed. (Value of unites may be inputted depending on whether the event is bound with a unit).


3. Interaction About Viewing Summary and Details:


Some screenshots (in Chinese):

1 2 3 4 5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages