CSC/ECE 517 Fall 2025 - E2568. Finish tabbed view for Assignments, including Topics and Calibration tabs: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 31: Line 31:
=== Current Project Repos ===
=== Current Project Repos ===


=== Prior Project Repos (E2558) ===
=== Prior Project (E2558) ===
* [https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Fall_2025_-_E2558._Tabbed_view_for_creating_and_editing_assignments E2558 Wiki Page]
* [https://github.com/expertiza/reimplementation-front-end Current front-end implementation repo]
* [https://github.com/expertiza/reimplementation-front-end Current front-end implementation repo]
* [https://github.com/expertiza/reimplementation-back-end Current back-end implementation repo]
* [https://github.com/expertiza/reimplementation-back-end Current back-end implementation repo]

Revision as of 23:38, 10 November 2025

Introduction

Overview

This project is a continuation of E2558. The Edit Assignment front end will get an additional tab for review calibration. Additionally, the Topics tab created as part of E2558 will be integrated with the topic table created by E2557.

Requirements

Calibration Tab

See image below for reference

  • Tab header should be "Submit reviews for calibration"
  • Table should have three columns titled:
    • Participant name
      • Displays the name in the format of "unityid (Full Name)"
    • Action
      • Contains a link to "Begin" that once clicked changes to the links "View" and "Edit"
    • Submitted item(s)
      • Provides a view of the submitted calibration materials

Topics Table Integration

See image below for reference

  • Communicate with the respective team to ensure compatibility

Team Members

  • Keyur Gondhalekar
  • Nishad Tardalkar
  • Evan Shea
  • Mentor: Koushik Gudipelly

Additional References

Current Project Repos

Prior Project (E2558)