You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FE does a lot of heavy lifting in terms of calculation, especially when rendering the results page. This is a perfect example of something to move to the backend.
This also provides a better separation of concerns between logic and rendering.
In terms of contribution, this will also help introduce an area for improvement and pattern for expansion.
Technical Notes
Create new path in api to handle calculation of results. /score???
Risks
Both FE and BE will need to be worked on simultaneously. Some coordination there.
Related Issues Or Discussions
[...Issues]
The text was updated successfully, but these errors were encountered:
Description
The FE does a lot of heavy lifting in terms of calculation, especially when rendering the results page. This is a perfect example of something to move to the backend.
This also provides a better separation of concerns between logic and rendering.
In terms of contribution, this will also help introduce an area for improvement and pattern for expansion.
Technical Notes
Create new path in api to handle calculation of results.
/score
???Risks
Both FE and BE will need to be worked on simultaneously. Some coordination there.
Related Issues Or Discussions
[...Issues]
The text was updated successfully, but these errors were encountered: