[azsdk-cli] Feedback classification service will report if there is tsp-customization available for a request
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 130
Description
Feedback classification service will classify the request based on edit-scope.
|Edit Scope | available customizations for the request | Classification|
|-- | -- | --|
|SpecInputs | TypeSpec customization only | TSP_APPLICABLE
| | TypeSpec customization + Code customization | TSP_APPLICABLE|
| | code customization only | CODE_CUSTOMIZATION|
|CustomCode | TypeSpec customization only | TSP_APPLICABLE|
| | TypeSpec customization + Code customization | CODE_CUSTOMIZATION|
| | code customization only | CODE_CUSTOMIZATION|
|All | TypeSpec customization only | TSP_APPLICABLE|
| | TypeSpec customization + Code customization | TSP_APPLICABLE|
| | code customization only | CODE_CUSTOMIZATION|
When Edit-scope= customCode, classifyService will classify a request as 'CODE_CUSTOMIZATION' if it can be handled through code customization, even when TypeSpec customization could also fix it.
expect:
When Edit-scope= customCode, classifyService will classify a request as 'CODE_CUSTOMIZATION' if it can be handled through code customization, even when TypeSpec customization could also fix it. and it will indicate that there is available typespec-customization to address this request.
Contributor guide
Assessment
This issue has not been assessed yet.