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

feat: Implement oracles filtering #520

Merged
merged 5 commits into from
Oct 17, 2023
Merged

Conversation

janmichek
Copy link
Collaborator

Description

resolves #160

Demo

firefox_c2dP4jc59c.mp4

Checklist:

@@ -55,12 +55,12 @@ async function loadNextTransactions() {
await fetchTransactions(transactions.value.next)
}

const loadTransactions = () => {
async function loadTransactions() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to issue. consistency fixes in this file

@janmichek janmichek requested review from lukeromanowicz and michele-franchi and removed request for lukeromanowicz September 21, 2023 13:41
@github-actions
Copy link

Deployed to https://pr-520-aescan.stg.aepps.com

Copy link
Collaborator

@Liubov-crypto Liubov-crypto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filtering is working good.

But I have a question: It seems to me that order is broken here, correct me if I'm wrong:
https://github.com/aeternity/aescan/assets/69896204/9de12a19-3dab-4ecc-99be-0ecc80647606

or it is sorted by Expiration date and not by Registered? or sorting by the date isn't implemented yet?

@Liubov-crypto
Copy link
Collaborator

LGTM

Copy link
Contributor

@lukeromanowicz lukeromanowicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks and works really nice. Well done @janmichek 🚀

Copy link
Collaborator

@michele-franchi michele-franchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to be an issue with history / navigation.
If you navigate to the oracles page and select "Inactive" in the filter and then go back you are redirected to "/oracles?state=active" and if you go back again you are redirected to "/oracles".

Could you check it?

@janmichek
Copy link
Collaborator Author

There seems to be an issue with history / navigation. If you navigate to the oracles page and select "Inactive" in the filter and then go back you are redirected to "/oracles?state=active" and if you go back again you are redirected to "/oracles".

Could you check it?

Fixed

Copy link
Collaborator

@Liubov-crypto Liubov-crypto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, LGTM

Copy link
Collaborator

@michele-franchi michele-franchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

@janmichek janmichek merged commit e18e09f into develop Oct 17, 2023
2 checks passed
@janmichek janmichek deleted the Implement-oracles-filtering branch October 17, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement oracles filtering
4 participants