-
Notifications
You must be signed in to change notification settings - Fork 0
feat: TT-430 read activities in localhost #364
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
Conversation
|
Kudos, SonarCloud Quality Gate passed!
|
|
|
||
|
|
||
| def parse_status_to_string_for_ui(activity: dict) -> dict: | ||
| activity['status'] = StatusEnums(activity['status']).name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be another more generic name no activity
| @@ -0,0 +1,2 @@ | |||
| # flake8: noqa | |||
| from .activity_parser import parse_status_to_number, parse_status_to_string_for_ui No newline at end of file | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be another more generic name no activity_parser maybe status_parser or another name
|
this moved to the new repository |








In this PR add enums for parse status from frontend to database and enable local cors