User:Tbharathchandra/DevLog2020
From BRL-CAD
< User:Tbharathchandra
Revision as of 03:19, 5 June 2020 by Tbharathchandra (talk | contribs)
Contents
Coummunity Bonding Period
- Setup the Development Log
- Explore and analyze different key-value datastores.
- Discuss with Mentors and finalize the perfect datastore.
May 16
- Downloaded and installed Hiredis (v0.14.1) on my machine
- hiredis.prf is created for auto-detection of hiredis
May 17
- Exploring hiredis and redis
May 18
- Created pcache.h which contains the core methods to connect and communicate with the server.
May 19
- Written some functionality of the PCache class.
- Testing and resolving different degenerate cases in PCache.
May 20
- Added somemore functionality for PCache class.
May 21
- Testing of PCache class and added required guards ENABLE_HIREDIS
- Pushed the code into repo and results show a success.
May 22
- Understanding the layout of preference dialog.
May 23
- Created the required GUI, which takes the IP address and port number and connects to the Redis server.
- Pushed the code to the repo and checks ran successfully.
May 24-30
- Exploring Redis commands
May 31
- Added authentication functionality to PCache class
- Added required GUI in preferences to take password.
June 1
- Added prepending functions
- Added print function
June 2
- Experimented with the referencing style of CGALCache and GeomCache.
June 4
- PCSettings class is added
- Added command-line option to decs
June 5
- Integrated PCSettings with CLI and GUI version.