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

Frontend/#636 #638

Merged
merged 10 commits into from
Nov 28, 2024
Merged

Frontend/#636 #638

merged 10 commits into from
Nov 28, 2024

Conversation

Vayras
Copy link
Contributor

@Vayras Vayras commented Nov 13, 2024

loom video

workspace

https://www.loom.com/share/e8cb4cdefbc84d37904664c1d118612a

##person bounties
https://www.loom.com/share/40e893e95b9a4d6fb304db9c2aeb13f4

bounties page

https://www.loom.com/share/843be30f66f5452b8771f0aee3e0271c

Describe your changes

consistency amongst filters

Issue ticket number and link

#636

Type of change

bug fixes for user experience

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have tested on Chrome and Firefox
  • I have tested on a mobile device
  • I have provided a screenshot or recording of changes in my PR if there were updates to the frontend

@Vayras Vayras marked this pull request as ready for review November 14, 2024 15:08
@humansinstitute
Copy link
Collaborator

Are you able to address the failed test?

image

@Vayras
Copy link
Contributor Author

Vayras commented Nov 15, 2024

@humansinstitute yeah! Just working on that won't be long 🚀

@Vayras
Copy link
Contributor Author

Vayras commented Nov 15, 2024

@humansinstitute fixed the tests on local will be reflected on checks shortly


try {
const ps2 = await api.get(query2);
const ps3: any[] = [];

if (ps2 && ps2.length) {
if (ps2) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be a backend fix

@elraphty
Copy link
Collaborator

@humansinstitute, I think this should be a backend fix, the filters are sent to the backend.

@Vayras
Copy link
Contributor Author

Vayras commented Nov 15, 2024

@elraphty agreed need more data from back-end that would be much better

@Vayras
Copy link
Contributor Author

Vayras commented Nov 15, 2024

But lot of current data coming from back-end is very messy so this might come in handy while backend issue is being fixed 🤔

@Vayras
Copy link
Contributor Author

Vayras commented Nov 18, 2024

@humansinstitute do you have any follow ups for me on this? Let me know Thanks

@humansinstitute humansinstitute merged commit 471cb72 into stakwork:master Nov 28, 2024
5 checks passed
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.

3 participants