@@ -20,31 +20,52 @@ Chronos is a comprehensive developer tool that monitors the health and web traff
2020
2121## What's New?
2222
23- ### Chronos 14 .0
23+ ### Chronos 15 .0
2424
2525<div >
2626
27+ Contributors:
28+ [ Arnold Pinkhasov] ( https://github.com/apinkhasov101 ) ,
29+ [ Ashley Bisram] ( https://github.com/ashleybisram ) ,
30+ [ Fridchard Chery] ( https://github.com/Gitfrich ) ,
31+ [ Peter Toussaint] ( https://github.com/Peter2oussaint )
32+
33+ </div >
34+ Updates:
35+ <li >Forthcoming</li >
36+
37+
38+ <a href =' link here ' >Version 15.0 Medium Article</a >
39+
40+ ### ** Iteration Log**
41+ <details ><summary >Chronos 14.0</summary >
42+ <ul>
43+ <div>
44+
45+
2746Contributors:
2847[ Michael Tagg] ( https://github.com/mdtagg ) ,
2948[ Ted Pham] ( https://github.com/TedPham397 ) ,
3049[ Sofia Sarhiri] ( https://github.com/sarhiri ) ,
31- [ Stephen Yang] ( https://github.com/stephenhyang ) ,
50+ [ Stephen Yang] ( https://github.com/stephenhyang )
3251
3352</div >
3453Updates:
35- <li >Implemented a new visualization button (example) to expedite data rendering processes.</li >
36- <li >Refactored microservices example, switched over to community version of MongoDB for easier URI implementation.</li >
37- <li >Modularized cluttered components into modular units to improve code readability and reusability.</li >
38- <li >Optimized startup scripts to reduce application load time and streamline environment configuration.</li >
39- <li >Upgraded Material-UI from version 4 to version 5, adapting to new API changes and improving UI responsiveness. </li >
40- <li >Refactored portions of the electron app </li >
41- <li >Refactored data parsing logic to reduce unnecessary rerenders and improve app performance</li >
42- <li >Fixed data bottle necks in the local npm packages, data is now able to flow to microservices for data visualization</li >
43-
54+ <ul >
55+ <li >Implemented a new visualization button (example) to expedite data rendering processes.</li >
56+ <li >Refactored microservices example, switched over to community version of MongoDB for easier URI implementation.</li >
57+ <li >Modularized cluttered components into modular units to improve code readability and reusability.</li >
58+ <li >Optimized startup scripts to reduce application load time and streamline environment configuration.</li >
59+ <li >Upgraded Material-UI from version 4 to version 5, adapting to new API changes and improving UI responsiveness. </li >
60+ <li >Refactored portions of the electron app </li >
61+ <li >Refactored data parsing logic to reduce unnecessary rerenders and improve app performance</li >
62+ <li >Fixed data bottle necks in the local npm packages, data is now able to flow to microservices for data visualization</li >
63+ </ul >
4464
45- <a href =' link here ' >Version 14.0 Medium Article</a >
65+ <a href =' https://medium.com/@m.sofiasarhiri/a-tale-as-old-as-time-for-the-modern-developer-chronos-v-14-f84733fd4f93 ' >Version 14.0 Medium Article</a >
4666
47- ### ** Iteration Log**
67+ </ul >
68+ </details >
4869
4970<details ><summary >Chronos 13.0</summary >
5071 <ul>
@@ -310,7 +331,7 @@ export DISPLAY="`sed -n 's/nameserver //p' /etc/resolv.conf`:0"
310331
311332** NOTE: You must create your own user database for extended features**
312333
313- 1 . Create a MongoDB database in which to store user information and insert it on line 2 within the [ UserModel.ts ] ( ./electron/models/UserModel.ts ) (_ electron/models/UserModel.ts _ ) file.
334+ 1 . Create a MongoDB database in which to store user information and insert it within a root .env file based on .env.example [ .env.example ] ( ./.env.example ) (_ .env.example _ ) file.
314335 - This database will privately store user information.
3153362 . Once this is set up, you can create new users, log in, and have your data persist between sessions.
316337
0 commit comments