-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
192 lines (155 loc) · 10 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>trackaday documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="./styles/dark.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top visible-xs">
<a href="./" class="navbar-brand">trackaday documentation</a>
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
</div>
<div class="xs-menu menu" id="mobile-menu">
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
</div>
<div class="container-fluid main">
<div class="row main">
<div class="hidden-xs menu">
<compodoc-menu mode="normal"></compodoc-menu>
</div>
<!-- START CONTENT -->
<div class="content getting-started">
<div class="content-data">
<p><img src="https://github.com/SahithiAmmana/trackaday/blob/main/images/Trackaday_Home.png?raw=true" alt="Screenshot" class="img-responsive"></p>
<h2 align="center">Track-a-Day</h2>
<p><a href="https://github.com/SahithiAmmana/trackaday/actions"><img alt="Build Status" src="https://github.com/SahithiAmmana/trackaday/actions/workflows/node.js.yml/badge.svg"></a> <a href="https://github.com/SahithiAmmana/trackaday/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/SahithiAmmana/trackaday"></a> <a href="https://zenodo.org/badge/latestdoi/568992783"><img src="https://zenodo.org/badge/568992783.svg" alt="DOI" class="img-responsive"></a> <a href="https://docs.python.org/3/"><img src="https://img.shields.io/github/languages/top/SahithiAmmana/trackaday" alt="GitHub top language" class="img-responsive"></a> <a href="https://github.com/SahithiAmmana/trackaday/commits/main"><img src="https://img.shields.io/github/last-commit/SahithiAmmana/trackaday" alt="GitHub last commit" class="img-responsive"></a> <a href="https://codecov.io/github/SahithiAmmana/trackaday?branch=master"><img src="https://img.shields.io/codecov/c/github/SahithiAmmana/trackaday.svg?" alt="codecov.io Code Coverage" class="img-responsive"></a> <a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/language-typescript-red.svg" alt="Github" class="img-responsive"></a></p>
<blockquote>
<p>“Your accountability partner for focused work.”</p>
</blockquote>
<p>This desktop programme helps you monitor and enhance your productivity.</p>
<p>A desktop programme called Track-a-Day can be utilized to keep track of daily tasks. The tasks that users wish to finish are added.
The user then adjusts the timer to retain track of their progress. Every hour, a pop-up encourages the user with an encouraging phrase. After the timer has begun, a pause and stop button is presented. The timer can be halted by users for breaks. Users can suspend the timer at the end of the day to get an overview of the current session.
User can access a report on their session evaluation. Users receive up to 30 sessions to assess.</p>
<h2 id="demo-video">Demo Video</h2>
<p><a href="https://drive.google.com/file/d/1V_Ozf5wHDBGzXGYqmpQZyYhj04yhkL1g/view?usp=sharing">https://drive.google.com/file/d/1V_Ozf5wHDBGzXGYqmpQZyYhj04yhkL1g/view?usp=sharing</a></p>
<h2 id="documentation">Documentation:</h2>
<p><a href="https://mithila-reddy.github.io/mithila.github.io/">https://mithila-reddy.github.io/mithila.github.io/</a></p>
<h2 id="installation-and-usage">Installation and Usage</h2>
<p>You must have npm installed on your system.</p>
<p>Run the following commands to install Angular and Electron.js-</p>
<div><pre class="line-numbers"><code class="language-sh">npm install -g @angular/cli</code></pre></div><div><pre class="line-numbers"><code class="language-sh">npm install --save-dev electron@latest</code></pre></div><p>Clone the repository and cd into the root directory. Then run the following commands -</p>
<div><pre class="line-numbers"><code class="language-sh">npm install</code></pre></div><div><pre class="line-numbers"><code class="language-sh">npm start</code></pre></div><p>The desktop application should open in a new window.</p>
<p>The home page has a timer and a ToDo List. You can add your items in the ToDo list and press START to begin tracking your progress.</p>
<p>Click PAUSE if you want to take a break and STOP if you want to close out the work session.</p>
<p>When you click STOP and close out the session, the amount of time you worked, took a break and the number of activities you completed will be logged in the database.</p>
<p>When you click on the Analytics tab, you can see information about your weekly performance.</p>
<p><img src="https://github.com/vishalsh94/trackaday/blob/main/images/graphs.png?raw=true" alt="Screenshot" class="img-responsive"></p>
<p>It shows you the number of hours worked per day as well as when you usually work during the day.</p>
<h2 id="improvements-over-legacy-code">Improvements over legacy code</h2>
<h3 id="scale-1000x">Scale 1000x</h3>
<p>- No Users in Legacy Code</p>
<p>+ User Based Data scalable to more than 1000 users</p>
<h3 id="authentication">Authentication</h3>
<p>- No Authentication in Legacy Code</p>
<p>+ Firebase is used for Authentication</p>
<h3 id="cloud-storage">Cloud Storage</h3>
<p>- Local Storage in Legacy Code</p>
<p>+ Firebase Realtime Database is used for storing user data</p>
<h3 id="hour-specific-analysis">Hour Specific Analysis</h3>
<p>- Negative values for usage in Legacy Code</p>
<p>+ Fixed Analysis part to calculate and display the data properly</p>
<h2 id="features-introduced">Features Introduced</h2>
<h3 id="archive-todo">Archive Todo</h3>
<ul>
<li>A new view added to display Archived todos which can be re-used</li>
</ul>
<h3 id="re-use-archived-todo">Re-use Archived Todo</h3>
<ul>
<li>Archived Todos can be re-used which essentially creates a todo with the same title but updated timestamps and a unique id</li>
</ul>
<h3 id="delete-archived-todo">Delete Archived Todo</h3>
<ul>
<li>Archived Todos can be deleted completely and be removed from database</li>
</ul>
<h3 id="favorite-todo">Favorite Todo</h3>
<ul>
<li>Users can make Todos Favorites in both Todo view and Archive View which are segregated in Archived Todos for quick access to re-use</li>
</ul>
<h3 id="pin-todo">Pin Todo</h3>
<ul>
<li>Users can Pin Todos in Todo view which is pinned to top for prioritizing the tasks</li>
</ul>
<h3 id="analysis---todo-time">Analysis - Todo Time</h3>
<ul>
<li>Time taken for each Todo task with Title is displayed to keep track</li>
</ul>
<h2 id="legacy-team-members-group-38---project-1">Legacy Team members (Group 38) - Project 1</h2>
<p>Arnab Datta</p>
<p>Vishal Sharma</p>
<p>Atharva Gole</p>
<p>Dakshil Kanakia</p>
<p>Dhanya Dasari</p>
<h2 id="current-team-members-group-2---project-2">Current Team members (Group 2) - Project 2</h2>
<p>Sahithi Ammana</p>
<p>Mithila Reddy Tatigotla</p>
<p>Sunandini Medisetti</p>
<p>Sai Pavan Yalla</p>
<p>Vineeth Dasi</p>
<h2 id="reach-us-at">Reach Us At</h2>
<h3 id="track-a-day">track-a-day</h3>
<p><a href="mailto:trackaday.mail@gmail.com">trackaday.mail@gmail.com</a></p>
</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
<!-- END CONTENT -->
</div>
</div>
<label class="dark-mode-switch">
<input type="checkbox">
<span class="slider">
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
</svg>
</span>
</label>
<script>
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
var COMPODOC_CURRENT_PAGE_CONTEXT = 'getting-started';
var COMPODOC_CURRENT_PAGE_URL = 'index.html';
var MAX_SEARCH_RESULTS = 15;
</script>
<script src="./js/libs/custom-elements.min.js"></script>
<script src="./js/libs/lit-html.js"></script>
<script src="./js/menu-wc.js" defer></script>
<script nomodule src="./js/menu-wc_es5.js" defer></script>
<script src="./js/libs/bootstrap-native.js"></script>
<script src="./js/libs/es6-shim.min.js"></script>
<script src="./js/libs/EventDispatcher.js"></script>
<script src="./js/libs/promise.min.js"></script>
<script src="./js/libs/zepto.min.js"></script>
<script src="./js/compodoc.js"></script>
<script src="./js/tabs.js"></script>
<script src="./js/menu.js"></script>
<script src="./js/libs/clipboard.min.js"></script>
<script src="./js/libs/prism.js"></script>
<script src="./js/sourceCode.js"></script>
<script src="./js/search/search.js"></script>
<script src="./js/search/lunr.min.js"></script>
<script src="./js/search/search-lunr.js"></script>
<script src="./js/search/search_index.js"></script>
<script src="./js/lazy-load-graphs.js"></script>
</body>
</html>