Open josephluck opened 5 years ago
Whenever a note is updated, a call to GET /tags is made which is unecessary, since the UI can derive the list of tags from the notes stored in memory.
GET /tags
Of course, if pagination is introduced then this will need to change.
Whenever a note is updated, a call to
GET /tags
is made which is unecessary, since the UI can derive the list of tags from the notes stored in memory.Of course, if pagination is introduced then this will need to change.