/
Time tracking - Default activities and times

Time tracking - Default activities and times

General

Default activities are associated with very specific actions, done by user. The purpose of default activity and time is in creation of new Time Tracking Item with a specified default activity and specified default time that was spent on it.

 

Creating a default activity.

The creation process is done by calling out an API endpoint of Time Tracking Service

 

The user will POST an object that includes an Activity Id and Time In Minutes.

 

Implementing a Feature Flag

Feature Flag is a True/False variable, simply telling the system if it should be using the specific feature.

The flag is usually located inside configuration, so it can be turned On and Off without rebuilding the source code.

In WLM Demo Portal we implement the flag by putting it inside "If" condition.
The flag is located inside configuration and is being initialized on every call to an appropriate page.

 

 

 

 

Related content

Time Tracking - Auto-capture
Time Tracking - Auto-capture
More like this
TimeTrackingService API Documentation
TimeTrackingService API Documentation
More like this
Email notifications for time approval
Email notifications for time approval
Read with this
Feature Flags - How to use
Feature Flags - How to use
More like this
Submit time Entries for approval
Submit time Entries for approval
Read with this
Time Tracking Auto Capture feature flag
Time Tracking Auto Capture feature flag
More like this