Skip to content

feat: add COSCUP 2026 event landing page - #740

Merged
rootsongjc merged 2 commits into
masterfrom
coscup-2026-landing
Aug 9, 2026
Merged

feat: add COSCUP 2026 event landing page#740
rootsongjc merged 2 commits into
masterfrom
coscup-2026-landing

Conversation

@fishman

@fishman fishman commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Add the COSCUP 2026 event with talk details, and extend the
EventLanding component to display start/end time and room.

Signed-off-by: Reza Jelveh fishmangit@dynamia.ai

What type of PR is this?

/kind documentation

What this PR does / why we need it:

CosCup landing

Summary by CodeRabbit

  • New Features
    • Added a COSCUP 2026 event landing page with bilingual event details, schedule, venue, room, and session links.
    • Event metadata now displays start and end times, along with room information when available.
    • Added clock and door icons to improve event detail visibility and make key event information easier to scan.
    • Included links to event resources, calls to action, and individual sessions for convenient access.

Add the COSCUP 2026 event with talk details, and extend the
EventLanding component to display start/end time and room.

Signed-off-by: Reza Jelveh <fishmangit@dynamia.ai>
@hami-robot hami-robot Bot added kind/documentation Improvements or additions to documentation dco-signoff: yes labels Aug 8, 2026
@hami-robot
hami-robot Bot requested review from rootsongjc and windsonsea August 8, 2026 16:36
@hami-robot

hami-robot Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fishman
Once this PR has been reviewed and has the lgtm label, please assign windsonsea for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@netlify

netlify Bot commented Aug 8, 2026

Copy link
Copy Markdown

Deploy Preview for project-hami ready!

Name Link
🔨 Latest commit fc7e3e0
🔍 Latest deploy log https://app.netlify.com/projects/project-hami/deploys/6a77851cc533d600084343fb
😎 Deploy Preview https://deploy-preview-740--project-hami.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

@hami-robot hami-robot Bot added the size/M label Aug 8, 2026
@coderabbitai

coderabbitai Bot commented Aug 8, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 23f4728d-20ec-45d8-bf7c-42a9a32cc25e

📥 Commits

Reviewing files that changed from the base of the PR and between 3f92ce2 and fc7e3e0.

⛔ Files ignored due to path filters (1)
  • static/resources/2026-coscup/coscup_2026.pdf is excluded by !**/*.pdf
📒 Files selected for processing (1)
  • src/data/events.js

📝 Walkthrough

Walkthrough

Adds COSCUP 2026 event data and a landing page. EventLanding now conditionally displays event times and room information with clock and door icons.

Changes

COSCUP 2026 landing flow

Layer / File(s) Summary
Conditional event metadata rendering
src/components/EventLanding.js
Adds clock and door icons. Renders optional start time, end time, and room metadata.
COSCUP 2026 event registration and route
src/data/events.js, src/pages/landing/coscup-2026.js
Adds bilingual COSCUP 2026 event data and a landing-page component that uses the coscup-2026 slug.

Estimated code review effort: 2 (Simple) | ~10 minutes

Sequence Diagram(s)

sequenceDiagram
  participant Browser
  participant LandingPage as coscup-2026.js
  participant EventLanding
  participant EventsData as events.js
  Browser->>LandingPage: request COSCUP 2026 landing page
  LandingPage->>EventLanding: render with slug coscup-2026
  EventLanding->>EventsData: load coscup-2026 event
  EventsData-->>EventLanding: return event metadata
  EventLanding-->>Browser: render event page
Loading

Possibly related PRs

Suggested reviewers: windsonsea, rootsongjc

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding the COSCUP 2026 event landing page.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch coscup-2026-landing

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@src/data/events.js`:
- Around line 114-118: Update the event record’s location object near room
"TR214" to include the official venue, National Taiwan University of Science and
Technology, and its address in both localized values. Keep the existing room
code unchanged so EventLanding renders an actionable venue and room combination.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: b3511e96-e519-464e-b72a-a869ccd4cf93

📥 Commits

Reviewing files that changed from the base of the PR and between cdf5f73 and 3f92ce2.

📒 Files selected for processing (3)
  • src/components/EventLanding.js
  • src/data/events.js
  • src/pages/landing/coscup-2026.js

Comment thread src/data/events.js
Comment on lines +114 to +118
location: {
en: "Taipei, Taiwan",
zh: "中国台湾 台北",
},
room: "TR214",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

Include the venue with the room code.

This record sets event.location to only Taipei, Taiwan, while EventLanding renders that value beside event.room. The result is Taipei, Taiwan · TR214; TR214 is not actionable without the building. Add the COSCUP venue and address so attendees can locate the room and the existing structured-data location remains useful. The official event and session pages identify National Taiwan University of Science and Technology as the venue. (coscup.org)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/data/events.js` around lines 114 - 118, Update the event record’s
location object near room "TR214" to include the official venue, National Taiwan
University of Science and Technology, and its address in both localized values.
Keep the existing room code unchanged so EventLanding renders an actionable
venue and room combination.

add coscup slide deck

Signed-off-by: Reza Jelveh <fishmangit@dynamia.ai>
@rootsongjc
rootsongjc merged commit f58cabd into master Aug 9, 2026
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ui dco-signoff: yes kind/documentation Improvements or additions to documentation size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants