Skip to content

Conversation

@murugilax11
Copy link

@murugilax11 murugilax11 commented Jan 11, 2026

add registration details

Summary by CodeRabbit

Release Notes

  • New Features
    • Added support for images from an additional external domain
    • Introduced a new event with complete event details including name, description, date, time, venue, and location information

✏️ Tip: You can customize this high-level summary in your review settings.

Copy link
Contributor

@JustinBenito JustinBenito left a comment

Choose a reason for hiding this comment

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

Hey @murugilax11
Thanks a lot for the contribution please do make the requested changes and ideally use podu.pics instead of adding a new hostname in next.config.
Also plrease revert back in the package.json file (We do it monthly or bimonthly from the maintainers side )

Thanks a lot.
Looking to merge as soon as possible once the changes are done.
Cheers :D

"eventTime": "09:30 - 01:00",
"eventVenue": "PSR Engineering College",
"eventLink": "https://techkoodaram.in",
"location": "Sivakasi, Tamil Nadu",
Copy link
Contributor

Choose a reason for hiding this comment

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

Just Sivakasi would be better to suit the UI.
It would be great if we had a screenshot to review before this.

"eventName": "techKoodaram #1",
"eventDescription": "techKoodaram #1 is the first in-person tech meetup focused on learning, discussions, and real-world tech insights. Participation is approval-based to keep the experience meaningful.",
"eventDate": "2026-01-24",
"eventTime": "09:30 - 01:00",
Copy link
Contributor

Choose a reason for hiding this comment

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

Just the start time should do, we don't include start and end time which will not look good on the UI side. Please fix this aswell.

Copy link
Author

Choose a reason for hiding this comment

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

Hi @JustinBenito
Thanks for the review!

Updated event time to start time only .
Simplified location to "Sivakasi" .
Reverted package.json as requested.
No changes were made to next.config.js.

Changes have been pushed.
Please let me know if anything else is needed

@coderabbitai
Copy link

coderabbitai bot commented Jan 14, 2026

📝 Walkthrough

Walkthrough

Two straightforward additions: a new remote image pattern for techkoodaram.in added to the Next.js configuration allowlist, and a new event object prepended to the events data file with complete event metadata.

Changes

Cohort / File(s) Summary
Configuration Updates
next.config.ts
Added remotePattern entry for techkoodaram.in domain to image allowlist
Data Additions
src/data/events.json
Prepended new event object containing eventName, eventDescription, eventDate, eventTime, eventVenue, eventLink, location, communityName, and communityLogo fields

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Hop, hop, hooray! A new domain joins the nest,
Techkoodaram shines bright, put to the test!
Events grow richer with stories anew,
A rabbit's delight in this humble brew!

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'add event' is vague and lacks specificity about which event was added or what the change entails. Consider using a more descriptive title such as 'Add techkoodaram.in event' or 'Add new TechKoodaram event with image support' to clarify the specific change and its context.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

🧹 Recent nitpick comments
next.config.ts (1)

42-45: Pre-existing duplicate entry.

secure.meetupstatic.com is already defined at lines 22-25. Consider removing this duplicate entry in a follow-up cleanup.

♻️ Suggested cleanup
-      {
-        protocol: 'https',
-        hostname: 'secure.meetupstatic.com'
-      },

📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4336665 and 6203207.

⛔ Files ignored due to path filters (1)
  • bun.lockb is excluded by !**/bun.lockb
📒 Files selected for processing (2)
  • next.config.ts
  • src/data/events.json
🔇 Additional comments (2)
src/data/events.json (1)

2-12: LGTM!

The new event entry is complete and follows the existing data structure. The location field uses "Sivakasi" and eventTime shows only the start time, consistent with past reviewer feedback and other entries in the file.

next.config.ts (1)

6-9: LGTM!

The new remote pattern for techkoodaram.in is correctly configured and required for the community logo in the new event entry.

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

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