Skip to content
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

Show Basket Time to Deletion #106

Merged
merged 1 commit into from
Sep 23, 2021
Merged

Show Basket Time to Deletion #106

merged 1 commit into from
Sep 23, 2021

Conversation

imRohan
Copy link
Owner

@imRohan imRohan commented Sep 20, 2021

Users should be able to see what date their baskets expire on.
Currently, Pantry will refresh the TTL of a basket after each CRUD
operation. Stale baskets will expire after a few days. We should at
a minimum display the TTL of each basket on the dashboard so users
can view which baskets are stale.

image

  • Introduce a TTL function to the dataStore
  • Change the response type of Account.getBlocks()
  • Add FontAwesome to the frontend
  • DIsplay the expiry date (TTL) of each basket beside it's name

Resolves #79

@imRohan imRohan added the Work in Progress This PR is not ready for review, and is being worked on label Sep 20, 2021
@imRohan imRohan self-assigned this Sep 20, 2021
@imRohan imRohan added Ready for Review Once you've squashed your commits, the PR is now ready for review! and removed Work in Progress This PR is not ready for review, and is being worked on labels Sep 21, 2021
Users should be able to see what date their baskets expire on.
Currently, Pantry will refresh the TTL of a basket after each CRUD
operation. Stale baskets will expire after a few days. We should at
a minimum display the TTL of each basket on the dashboard so users
can view which baskets are stale.

* Introduce a TTL function to the dataStore
* Change the response type of Account.getBlocks()
* Add FontAwesome to the frontend
* Display the expiry date (TTL) of each basket beside it's name

Resolves #79
@imRohan imRohan merged commit f369568 into master Sep 23, 2021
@imRohan imRohan deleted the rl-expiry-date branch September 23, 2021 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready for Review Once you've squashed your commits, the PR is now ready for review!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show time to deletion
1 participant