You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor API layer in such a way that we don't need to figure out the storage in the API layer and then pass it to the function layer. Function layer should determine the storage layer by itself so that it's easy to call them from API layer and reduce mistakes with regards to which storage to use for the required purpose.
Useful informations
(Write what happened. Add screenshots, stacktraces, videos, anything that can help)
The text was updated successfully, but these errors were encountered:
@sattvikc I just found this issue to work on but I don't seem to understand what figuring out storage in api layer here refers to . As far as I can understand the api layer probably refers to backend sdks interfacing the core or is it the interface between core and database being used and is function layer is the core . does storage layer refer to the database and where is this figuring out happening.
🐛 Bug Report
Refactor API layer in such a way that we don't need to figure out the storage in the API layer and then pass it to the function layer. Function layer should determine the storage layer by itself so that it's easy to call them from API layer and reduce mistakes with regards to which storage to use for the required purpose.
Useful informations
(Write what happened. Add screenshots, stacktraces, videos, anything that can help)
The text was updated successfully, but these errors were encountered: