Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added target grade change history feature #904

Open
wants to merge 3 commits into
base: 8.0.x
Choose a base branch
from

Conversation

nodogx
Copy link

@nodogx nodogx commented Dec 22, 2024

Description

This PR introduces a new Target Grade Change History feature on the front end and the back end. The feature includes:
• A new table in the Progress Dashboard to display the history of changes made to a student’s target grade.
• Integration with the back-end API to fetch and render the target grade history dynamically.
• Relevant CoffeeScript and HTML updates to ensure seamless functionality and responsiveness.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

The changes were tested as follows:

  1. Visual Validation:
    • Verified that the Target Grade Change History table renders correctly on the Progress Dashboard.
    • Ensured responsive layout across devices.
  2. API Integration Testing:
    • Confirmed data is fetched correctly from the back end and rendered in the front end.
    • Tested error handling for scenarios like no data or failed API calls.

Testing Checklist:

  • Tested in latest Chrome
  • Tested in latest Safari

Checklist:

My code follows the style guidelines of this project.
•	I have performed a self-review of my code.
•	I have commented my code, particularly in hard-to-understand areas.

Back end Pull -- thoth-tech/doubtfire-api#44

Screenshot 2024-11-20 at 1 00 11 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant