Optimalization projects #8
Labels
bug
Something isn't working
Optimization
Changes in code which improves existing functionally
Refractor
Changes in code which doesn't change functionallity
Actually '/project' creates bunch of requests to get information needed for display 'name' and 'section name' in table.
It should be optimized
-after open '/project' app should do one req and get needed data to display
-after visit '/project:id' app should do one another request for project details
The text was updated successfully, but these errors were encountered: