Skip to content

Conversation

@Creeland
Copy link
Contributor

@Creeland Creeland commented Jan 5, 2026

No description provided.

Creeland and others added 12 commits January 1, 2026 16:45
- Introduced a new section to display active hackathons associated with episodes, including title, deadline, sponsors, and a join button.
- Updated the episode schema to include hackathon data retrieval.
- Enhanced styling for the new hackathon card layout to improve visual presentation.
- Added new Kit integration with schema and steps for tagging subscribers.
- Updated client and index files to include Kit schemas and functions.
- Enhanced website integration to invoke the new tag subscriber function during relevant workflows.
- Improved error handling and response structure in the Kit API functions.
- Removed console log from the tagSubscriber function.
- Updated the tagSubscriber function to throw an error if tagName is not provided.
- Changed the parameter used in the tagSubscriberKit function call from tag to tagName for consistency.
- Eliminated the 'log-the-output' step from the hackathon submission process to streamline the workflow.
- This change enhances the clarity and efficiency of the integration without affecting functionality.
@netlify
Copy link

netlify bot commented Jan 5, 2026

👷 Deploy request for codetv-automations pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit cb70b53

@netlify
Copy link

netlify bot commented Jan 5, 2026

👷 Deploy request for codetv pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit cb70b53

@netlify
Copy link

netlify bot commented Jan 5, 2026

Deploy Preview for codetv-links ready!

Name Link
🔨 Latest commit cb70b53
🔍 Latest deploy log https://app.netlify.com/projects/codetv-links/deploys/696028c96beba80008349ea7
😎 Deploy Preview https://deploy-preview-63--codetv-links.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Creeland Creeland marked this pull request as ready for review January 5, 2026 16:05
Copy link
Contributor

@jlengstorf jlengstorf left a comment

Choose a reason for hiding this comment

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

looking great! I have one open question but I think this is looking good to go

step: any;
}): Promise<{ subscription: any }> {
return await step.run('tag-subscriber', async () => {
return await tagSubscriberKit(event.data.email, event.data.tagName);
Copy link
Contributor

Choose a reason for hiding this comment

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

I might be staring right at it, but what happens if this email is not subscribed? we probably need to check for that kind of failure and signal that it's non-retriable so Inngest doesn't keep retrying

Co-authored-by: Jason Lengstorf <[email protected]>
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