Open
Conversation
supun-io
requested changes
Mar 2, 2026
Member
There was a problem hiding this comment.
- For all sudo objects, use SudoObjectFactory from the internal library (available from 4.0.8). See https://github.com/hyvor/internal/pull/90/changes
supun-io
requested changes
Mar 3, 2026
Member
supun-io
left a comment
There was a problem hiding this comment.
UI Changes
- Newsletters
- Set block=false for text input in search input
- Add TextInput to filter by organization ID
- Show organization details in each row
- First work on hyvor/internal#91
- Use it to get org data from IDs and send those objects in the endpoint separately
- Show org data in the row.
- If DEPLOYMENT=cloud (needs this in sudo), set the href of the org section to https://hyvor.com/sudo/core/organization/{id}
- Sorting
- Remove Name sort (not useful)
- ID ASC
- ID DESC (default)
- Most issues
- Dump the newsletter object
- Use a UI for stats (similar to the one we have in the Console)+
- Issues
- Filter by newsletter at the top with a dropdown to select the newsletter (can be set via query param). Add a link in /newsletters/{id} to see its issues here with link
- dump the issue object, not the error (private)
- link back to the newsletter seems to be broken
| @@ -0,0 +1 @@ | |||
| export const ssr = false; | |||
Member
There was a problem hiding this comment.
you don't need ssr here when added to a parent layout
|
|
||
| <h3>Stats</h3> | ||
|
|
||
| <CodeBlock code={JSON.stringify(stats, null, 2)} language="json" /> |
Member
There was a problem hiding this comment.
ah, I asked to dump the newsletter object.
It would be better to use a UI for stats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Close #337