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

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 24: Line 24:
Participants list page
Participants list page


[[Spring 2025 - E2540_Participants_list_page.png|900px|]]
[[File:Spring 2025 - E2540_Participants_list_page.png |900px|]]


==== Solution ====
==== Solution ====


== Testing ==
== Testing ==

Revision as of 02:04, 8 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.

Solution

Update Frontend UI

Problem

Participants list page

Solution

Testing