-
Notifications
You must be signed in to change notification settings - Fork 6
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
Ena interface #359
base: main
Are you sure you want to change the base?
Ena interface #359
Conversation
} from "app/apis/catalog/brc-analytics-catalog/common/entities"; | ||
import { NextResponse } from "next/server"; | ||
|
||
const items_limit = 10000; |
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.
max allowed items return, should maybe be configurable
setStatistics: React.Dispatch<React.SetStateAction<ReadRunStatistics>> | ||
): Promise<{ status: number }> => { | ||
try { | ||
const response = await fetch(`http://127.0.0.1:3000/api/ena`, { |
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.
url to api should be configurable
@NoopDog here's a first version of the view. If possible I would like to get some help to move it into the data selector page and also to get your input of how to make it more configurable. I will be away next week due to the kids having spring break. |
I can fix the stuff If I get some guidance of where to put stuff:
|
Here's a first version of a viewer for ENA data:

There's still a bunch of improvements and formatting that can be done:
http://127.0.0.1:3000/api/ena
should we have a search button to initiate search and validation instead of triggering on every input event?