Open RishikeshNK opened 7 months ago
btw @RishikeshNK i think we can do away with the user stories lol, i used to like them cuz it's helpful for deciding direction of the project but my brain hurts reading my own stories
Bro switched from being a PM to being a SWE and started hating user stories 😹 @joshw2048
As the number of roles in the database increases, the time taken to fetch all of the roles will also increase. This will affect the load time of
/role
. Therefore, it is necessary to utilize Loading UI and Streaming (loading.tsx
) to render a skeleton while the data is being fetched.