AISE-TUDelft / coco

AI Code Completions for Jetbrains and VSCode
0 stars 0 forks source link

Converstion layer from DB object to the application Object #3

Closed RebelOfDeath closed 1 week ago

RebelOfDeath commented 2 weeks ago

Provide a way to make a request from the application side for specific type of data from the database and to utilize the underlying functions closer to the database to store and/or retrieve data.

Completing this issue required #1 and #2 to be implemented.

RebelOfDeath commented 1 week ago

conversion layer is sort of implemented in a2852a1d554416bc9226d11cfe5fd161c97a222d

RebelOfDeath commented 1 week ago

this implementation was tested (+ modified according to bugs encountered during testing) in 3d3f68d2e1f7daa44d1d0986f4199db11264fa60. As the MVP goes, this issue can be closed.