mateenbagheri / memorabilia

Apache License 2.0
0 stars 0 forks source link

Add Get command #6

Closed mateenbagheri closed 2 weeks ago

mateenbagheri commented 1 month ago

This will be done alongside #5. This task also comes along with task of building a secure data structure for handling in memory allocations. As of now, I plan this project to be using an in memory map for handling data but there are going to be challenges that need to be addressed as going forward. One of the main challenges is datatype support for memorabilia. The other main challenge is persisting the data in the further future. Currently, the structure has to be robust enough to support future changes in store structure. Therefore using a repository pattern is a must.

mateenbagheri commented 2 weeks ago

Note on what state this task is at: There has been a long time since an update has been pushed to memorabilia. Here what has been achieved during this hiatus.

What is left to be done: