CSC/ECE 517 Spring 2025 - E2540 Integration of Assignment participant Frontend with participant controller Backend: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
==== Problem ==== | ==== Problem ==== | ||
The current implementation makes use of API calls to incorrect routes. This may be due to the frontend being implemented before the backend and wrong assumptions were made, or the backend's code has been updated without changing the frontend. In either case, the frontend needs to be properly integrated with the backend. | |||
==== Solution ==== | ==== Solution ==== |
Revision as of 22:00, 3 April 2025
Introduction
Explaining Expertiza
Project Goals
Details of the project
Proposed Changes
Manage Participant Frontend Integration
Problem
The current implementation makes use of API calls to incorrect routes. This may be due to the frontend being implemented before the backend and wrong assumptions were made, or the backend's code has been updated without changing the frontend. In either case, the frontend needs to be properly integrated with the backend.