-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
uuid in read project and total_task in generate-log #978
Conversation
What is the uuid used for? @Sujanadh It's not saved to the database, so it will be different every time you call the API - is that intended? |
@Sujanadh just wondering if I should merge this? What is the use case for the uuid? |
@spwoodcock this was intended for displaying the project creation log in the project detail page. But we might need to revise it if we use apscheduler. So, let's not merge it yet until we finalize #977 |
Is this feature still planned? And should we merge this now if we don't use apscheduler? |
@spwoodcock , we can merge this now. It should work fine now since we won't be using apscheduler |
3572efe
to
093c847
Compare
) * feat: added uuid on read projects * feat: added total task count in generate-log * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor: set uuid directly for project_uuid --------- Co-authored-by: sujanadh <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: spwoodcock <[email protected]>
added uuid in read project and total task count in generate log