edugator-cise / edugator-staff-frontend

React, TypeScript, MUI front end for Edugator
https://edugator.app
GNU General Public License v3.0
7 stars 4 forks source link

Problem attributes #219

Closed blakerand closed 1 year ago

blakerand commented 1 year ago

Description

Problem attributes have now been taken out of the problem statement and now have a separate area at the bottom of each project. The fields are Author, Difficulty, Created, and Last Modified. For problems that haven't been updated with these fields, the area is hidden. A pull request on the backend must be approved for the functionality to work.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
edugator-staff-frontend ❌ Failed (Inspect) Apr 19, 2023 6:17pm
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

blakerand commented 1 year ago

I changed it so the database only holds Easy, Medium, and Hard and the frontend updates the times. I left it as a string so that down the line, we can add or remove additional difficulties without having a problem.