OpenPecha / Requests

RFWs and RFCs for all OpenPecha repositories
0 stars 0 forks source link

[RFC0096] Editable Inferences for Review and Training Data Enhancement #376

Closed tenkus47 closed 5 months ago

tenkus47 commented 6 months ago

RFC0096 Editable Inferences for Review and Training Data Enhancement

Named Concepts

Explain any new concepts introduced in this request.

Summary

add edit button onClick -> output DOM will become editable with a submit button and a cancel button

onSubmit-> the edited text will be stored on database as a new row just like storing a new inference with isEdited column to be true .

Dependencies

Include all the dependencies you are going to use while implementing.

Infrastructures

Include all the infrastructure required for running the task, such as S3 bucket, EC2 server, etc.

Design Illustrations

image

Justification

Add justification for the strategies you have proposed above.

Why was the currently proposed design selected over alternatives?

What would be the impact of going with one of the alternative approaches?

Testing

Describe the kind of testing procedures that are needed as part of fulfilling this request.

Implementation Steps

List all the steps involved during implementation.

Reviewed By

Who has reviewed the RFC?

tenkus47 commented 5 months ago

editable is implemented on staging and data are stored on database