OpenPecha / pecha-tool-for-sentence-segmentation

0 stars 0 forks source link

load optional data on click. #6

Closed tenkus47 closed 4 days ago

tenkus47 commented 1 month ago

Description

rite now all the user data and history are loaded during the render automatically which is not so much needed, if we can make a button to fetch the history and some neccesary data on command, that will be much faster due to less computation on query side

Completion Criteria

the UI need to be a lot faster than what it is now.

Implementation Plan

i have to update ui for a trash mechanism with which the side bar data need not to be loaded when started , and on a click of a button user will be able to load the history and all related meta datas

Sub-tasks