Skip to content

Raj-1337/Pomodoro_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro App

Description

The Pomodoro app lets the users to schedule work sessions based on pomodoro technique.

The pomodoro technique is a productivity hack. It splits the work time into small segments where each segment is made up of 25 minutes work and 5 minutes break. By taking small breaks in between 25 short work sessions you can boost your productivity significantly and reduce the risk of being exhausted and unproductive.


Screenshots

for other screenshots please refer to the Screenshots folder


Feautres Demonstrated

Feature Notes
Interface API Interface API to notify users about thier session progress
Data API Data API is used to retrieve the id of the user logged in
SMI SMI (Server Method Invocation) is used by the app to call the serverless components
Instance API Instance API, specifically the parent to modal using context has been used to send the user's history to the modal where it will be displayed as a chart
Data Storage Various data storage commands have been used to store and manipulate user's data
Scheduled Events Scheduled events are used to manipulate user's data

Prerequisites

  1. Make sure you have a trial Freshservice account created
  2. Ensure that your Development environment along with the FDK (Freshworks Development Kit) is set up and configured properly.

Procedure to run the app

  1. Run the app locally using the fdk run command.

  2. Navigate to the tickets page and select any ticket

  3. Append ?dev=true to the URL to see the changes

    NOTE: If you dont see anything please refer to the test your app section of the quickstart guide to allow insecure content.


Additional Notes

  • The Clear data button clears all the history of the user.
  • The Show activity button shows the user's history in a chart form created using google charts.
  • The Test data button populates the user's history with random data.
  • The timer doesn't get reset if the user reloades the page or moves to another ticket.
  • when the session is stopped midway, it is recorded as interruption. This information is used along with no of sessions is used to produce chart where the user can assess his productivity by himself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published