Comment 2 for bug 1693619

Revision history for this message
Eric K (ekcs) wrote :

Hmm good thought. I wasn't thinking it would go through the library CRUD API, but rather the db data model interface. But I don't have any definitive thought.

I would think the loading is something that should be finished before the API service launches. But when the library CRUD API is done, we'd definitely want most of the logic in adding/deleting to be shared so we don't have two different pieces of code doing the same thing and maybe doing it slightly differently.