-
Notifications
You must be signed in to change notification settings - Fork 2
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
7 send search request to backend #34
Conversation
✅ Deploy Preview for pathoplexus ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Strike what I wrote above (and sorry for the noise)! I now understand the implementation better. In principle, I think that it is great that the search is performed on the server side. That's why we are using Astro and what we want from a MPA+SSR-approach. The only weakness of the current implementation that I now see is the use of the MUI data grid. Instead of returning an HTML with the result table, it returns the data embedded in JS and needs React to render it. However, I think that this is not a big issue at this moment and we can rethink/improve it in the future if we want (i.e., it's not a fundamental issue). |
0bb063b
to
099ec41
Compare
099ec41
to
a9bf022
Compare
a9bf022
to
8357ea3
Compare
I think that the functionality works great! (The date filters don't work yet but I suggest addressing it in a separate issue: #37) |
8357ea3
to
4cb7267
Compare
👍 to the functionality! I like how the loading spinner is now in the search button. @fengelniederhammer, could you do the code review, please? :) |
4cb7267
to
2ec9638
Compare
Regarding prettier: Can someone check, if the issues with prettier is local, i.e. it is just not running on my machine? |
I have the same issues with prettier 3 and there are also other reported issues and there is a PR in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of details, functionality-wise it looks good :)
4ce8e65
to
989c224
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we also don't need the lapisFakeApi.json.ts
anymore. If that's the case, please delete it.
989c224
to
6a80695
Compare
* use page redirect instead of react * simplify config, remove unused code issue: #7
6a80695
to
88db5e0
Compare
No description provided.