Skip to content

feat(backend/nest): implement frame module#786

Open
stijnvdkolk wants to merge 1 commit into
feature/nest/notice-modulefrom
feature/nest/frame-module
Open

feat(backend/nest): implement frame module#786
stijnvdkolk wants to merge 1 commit into
feature/nest/notice-modulefrom
feature/nest/frame-module

Conversation

@stijnvdkolk

Copy link
Copy Markdown
Contributor

No description provided.

@stijnvdkolk stijnvdkolk requested review from Rocked03 and jaskfla June 15, 2026 10:56
@stijnvdkolk stijnvdkolk linked an issue Jun 15, 2026 that may be closed by this pull request
@stijnvdkolk stijnvdkolk force-pushed the feature/nest/notice-module branch from ae68597 to 2cae868 Compare June 15, 2026 11:00
@stijnvdkolk stijnvdkolk force-pushed the feature/nest/frame-module branch from e16c9f6 to c1a5a96 Compare June 15, 2026 11:00
Comment on lines +31 to +35
const user: DiscordUserProfile = {
id: "1",
username: "test_user_1",
profilePictureUrl: "https://example.com/avatar1.png",
};

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

we have these constants in multiple places, would it be appropriate to have a shared helpers class or something?

};

/** Orders bounds so (x0, y0) is the top-left and (x1, y1) the bottom-right. */
const normalizeFrameBounds = <T extends z.infer<typeof FrameBoundsModel>>(

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

these are also used for stuff like history, would it be better to have a more generic name?

@Rocked03 Rocked03 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

a few thoughts but looks fine to me

@stijnvdkolk stijnvdkolk force-pushed the feature/nest/notice-module branch from 2cae868 to a2a8e34 Compare June 16, 2026 17:02
@stijnvdkolk stijnvdkolk force-pushed the feature/nest/frame-module branch from c1a5a96 to 2c1531d Compare June 16, 2026 17:02
@stijnvdkolk stijnvdkolk force-pushed the feature/nest/notice-module branch from a2a8e34 to 312962c Compare June 16, 2026 17:18
@stijnvdkolk stijnvdkolk force-pushed the feature/nest/frame-module branch from 2c1531d to 33f0a80 Compare June 16, 2026 17:18
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.

Backend NestJS: Frame Module

2 participants