Skip to content

Clean up folder API requests #73

@dixonnataliej

Description

@dixonnataliej

When navigating to a folder view, users must press the back button 3 times to return to the previous page. This is caused by 3 simultaneous API requests being made when opening a folder:

GET /folders/{slug} - Folder details
GET /folders/folder_slug_list - All folders list
GET /folders/{slug}/get_name - Just folder name

Review folder api requests in general and try to optimize the way we're sending and receiving data, look into what the front end actually uses.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions