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(inspector-ui): webui to inspect the feeds #22

Merged
merged 48 commits into from
Feb 17, 2024
Merged

Conversation

shouya
Copy link
Owner

@shouya shouya commented Feb 12, 2024

This PR implements a webui to inspect the endpoints defined in the config file. Features:

  • view the list of endpoints
  • copy endpoint url
  • view the list of filters and their config
  • preview the processed feed content
  • preview the feed with various numbers of filters skipped
  • view the xml source code of the feed

The webui is embedded in the release binary, so it should be available out of the box. It's accessible from the root url of the server, e.g. http://localhost:4080/.

Note: At current stage, the webui is read-only. I don't yet have a concrete plan on how to design an edit interface. I'm open to suggestions.

@shouya shouya marked this pull request as draft February 12, 2024 15:52
@shouya shouya marked this pull request as ready for review February 17, 2024 14:19
@shouya shouya merged commit 5f4cff2 into master Feb 17, 2024
2 checks passed
@shouya shouya deleted the inspector-webui branch February 17, 2024 15:01
shouya added a commit that referenced this pull request Feb 19, 2024
This PR implements a webui to inspect the endpoints defined in the
config file. Features:

- view the list of endpoints
- copy endpoint url
- view the list of filters and their config
- preview the processed feed content
- preview the feed with various numbers of filters skipped
- view the xml source code of the feed

The webui is embedded in the release binary, so it should be available
out of the box. It's accessible from the root url of the server, e.g.
`http://localhost:4080/`.

Note: At current stage, the webui is read-only. I don't yet have a
concrete plan on how to design an edit interface. I'm open to
suggestions.

---------

Co-authored-by: Shou Ya <shouya@users.noreply.github.com>
@shouya shouya changed the title feat(inspector): webui to inspect the feeds feat(inspector-ui): webui to inspect the feeds Feb 20, 2024
@shouya shouya added feature and removed feature labels Feb 20, 2024
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.

1 participant