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

Enhance : Feedback Implented New Models & Styles #145

Merged
merged 15 commits into from
Aug 3, 2023

Conversation

omranlm
Copy link
Contributor

@omranlm omranlm commented Aug 1, 2023

Backend Changes :

  • Enhances model to inc-operate feedbacks

Adds following feedback type on model :

    FEEDBACK_TYPE = (
        ("TP", "True Positive"),
        ("TN", "True Negative"),
        ("FP", "False Positive"),
        ("FN", "False Negative"),
    )
  • Comment options and This is new updated ERD

fAIr_ERD

  • Introduces feedback label , aoi CRUD API

Frontend Changes :

  • Implements New feedback model api with UI in start_mapping Page
  • Enhances UI components

TODO :

  • Complete the Feedback Manger view page & Implement the Feedback model training

@kshitijrajsharma kshitijrajsharma changed the title Feature/feedback v1 Enhance : Feedback Implented New Models & Styles Aug 3, 2023
@omranlm omranlm marked this pull request as ready for review August 3, 2023 10:43
@kshitijrajsharma kshitijrajsharma merged commit ea61b47 into master Aug 3, 2023
2 checks passed
@kshitijrajsharma kshitijrajsharma deleted the feature/feedback_v1 branch August 3, 2023 11:02
@kshitijrajsharma kshitijrajsharma restored the feature/feedback_v1 branch August 3, 2023 11:05
jeafreezy pushed a commit to jeafreezy/fAIr that referenced this pull request Sep 18, 2024
Enhance : Feedback Implented New Models & Styles
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.

2 participants