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

(BEDS-510) adapt structs to design #903

Merged
merged 3 commits into from
Oct 1, 2024
Merged

Conversation

LuccaBitfly
Copy link
Contributor

No description provided.

Copy link

cloudflare-workers-and-pages bot commented Oct 1, 2024

Deploying beaconchain with  Cloudflare Pages  Cloudflare Pages

Latest commit: a025375
Status: ✅  Deploy successful!
Preview URL: https://9f04420d.beaconchain.pages.dev
Branch Preview URL: https://beds-510-design-changes.beaconchain.pages.dev

View logs

@@ -18,7 +18,7 @@ type NotificationsRepository interface {
GetMachineNotifications(ctx context.Context, userId uint64, cursor string, colSort t.Sort[enums.NotificationMachinesColumn], search string, limit uint64) ([]t.NotificationMachinesTableRow, *t.Paging, error)
GetClientNotifications(ctx context.Context, userId uint64, cursor string, colSort t.Sort[enums.NotificationClientsColumn], search string, limit uint64) ([]t.NotificationClientsTableRow, *t.Paging, error)
GetRocketPoolNotifications(ctx context.Context, userId uint64, cursor string, colSort t.Sort[enums.NotificationRocketPoolColumn], search string, limit uint64) ([]t.NotificationRocketPoolTableRow, *t.Paging, error)
GetNetworkNotifications(ctx context.Context, userId uint64, cursor string, colSort t.Sort[enums.NotificationNetworksColumn], search string, limit uint64) ([]t.NotificationNetworksTableRow, *t.Paging, error)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

also removed search from network notifications table, since it was removed in the design

@benji-bitfly benji-bitfly force-pushed the BEDS-510/design-changes branch from 8c90127 to a025375 Compare October 1, 2024 12:25
@LuccaBitfly LuccaBitfly merged commit 09b2451 into staging Oct 1, 2024
4 checks passed
@LuccaBitfly LuccaBitfly deleted the BEDS-510/design-changes branch October 1, 2024 12:32
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.

2 participants