feat:send activity log every 30 days#79
Merged
prashant4dev merged 4 commits intodhiway:mainfrom Jul 3, 2025
Merged
Conversation
Signed-off-by: Prashant Mutnale <prashant@dhiway.com>
amarts
reviewed
Jul 2, 2025
Signed-off-by: Prashant Mutnale <prashant@dhiway.com>
Vikastc
reviewed
Jul 2, 2025
src/scripts/fetch_creds.py
Outdated
|
|
||
| # Query to fetch Creds created in the last 30 days | ||
| query = """ | ||
| SELECT "id", "identifier", "active", "schemaId", "fromDid", "credHash", "created_at" |
Contributor
There was a problem hiding this comment.
There are changes to the cred table , for e.g identifier is changed to credId.
Take a look at cordproof-2025 branch
Author
There was a problem hiding this comment.
We can rebase this changes with the cordproof-2025
this changes are on top of main branch currently
Vikastc
reviewed
Jul 2, 2025
src/scripts/fetch_creds.py
Outdated
|
|
||
| # Print formatted results | ||
| print("{:<40}, {:<20}, {:<7}, {:<10}, {:<20}, {:<64}, {}".format( | ||
| "ID", "Identifier", "Active", "SchemaID", "FromDID", "CredHash", "CreatedAt" |
Contributor
There was a problem hiding this comment.
Same here , i have removed schemaId
amarts
reviewed
Jul 2, 2025
Signed-off-by: Prashant Mutnale <prashant@dhiway.com>
Member
|
looks good. can you share sample output? |
amarts
approved these changes
Jul 2, 2025
Author
Sure forwarded one mail |
Signed-off-by: Prashant Mutnale <prashant@dhiway.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.