CSC/ECE 517 Spring 2025 - E2540 Integration of Assignment participant Frontend with participant controller Backend

From Expertiza_Wiki
Revision as of 22:00, 3 April 2025 by Gmei (talk | contribs) (→‎Problem)
Jump to navigation Jump to search

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.

Solution

Update Frontend UI

Problem

Solution

Testing