Skip to content

feat(landing): add Open Source Summit Korea event page - #748

Merged
rootsongjc merged 1 commit into
masterfrom
landing/opensource-summit-korea
Aug 10, 2026
Merged

feat(landing): add Open Source Summit Korea event page#748
rootsongjc merged 1 commit into
masterfrom
landing/opensource-summit-korea

Conversation

@fishman

@fishman fishman commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind documentation

What this PR does / why we need it:

Open Source Summit Korea

Summary by CodeRabbit

  • New Features
    • Added an Open Source Summit Korea event page for August 12, 2026, with bilingual details, schedule, venue, descriptions, community links, and conference information.
    • Event pages now display the time zone alongside start and end times when available.

@hami-robot hami-robot Bot added kind/documentation Improvements or additions to documentation dco-signoff: no labels Aug 9, 2026
@netlify

netlify Bot commented Aug 9, 2026

Copy link
Copy Markdown

Deploy Preview for project-hami ready!

Name Link
🔨 Latest commit d485eff
🔍 Latest deploy log https://app.netlify.com/projects/project-hami/deploys/6a792dcb8716590008a90611
😎 Deploy Preview https://deploy-preview-748--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 requested review from rootsongjc and wawa0210 August 9, 2026 18:34
@hami-robot hami-robot Bot added the size/M label Aug 9, 2026
@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The PR adds Open Source Summit Korea event metadata and a dedicated landing page. The shared event display now appends the event time zone when available.

Changes

Open Source Summit Korea event

Layer / File(s) Summary
Event data and landing route
src/data/events.js, src/pages/landing/opensource-summit-korea.js
Adds bilingual event metadata, the KST schedule, Seoul venue details, descriptions, links, and a landing page for the opensource-summit-korea slug.
Event time zone display
src/components/EventLanding.js
Conditionally appends event.timeZone after the event times.

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

Sequence Diagram(s)

sequenceDiagram
  participant Browser
  participant OpenSourceSummitKoreaPage
  participant EventLanding
  participant eventsData
  Browser->>OpenSourceSummitKoreaPage: request landing page
  OpenSourceSummitKoreaPage->>EventLanding: render with opensource-summit-korea slug
  EventLanding->>eventsData: load event metadata
  eventsData-->>EventLanding: return event details and time zone
  EventLanding-->>Browser: render event page with event times
Loading

Possibly related PRs

Suggested reviewers: windsonsea

🚥 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 Open Source Summit Korea 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 landing/opensource-summit-korea

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.

Signed-off-by: Reza Jelveh <fishmangit@dynamia.ai>
@fishman
fishman force-pushed the landing/opensource-summit-korea branch from 6efefbf to d485eff Compare August 10, 2026 01:47

@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

🧹 Nitpick comments (1)
src/components/EventLanding.js (1)

117-117: 🗄️ Data Integrity & Integration | 🔵 Trivial | 🏗️ Heavy lift

Propagate the time zone to the event JSON-LD.

Line 117 updates the HTML to show 11:40 - 12:10 KST, but eventJsonLd.startDate and endDate still use date-only values. The emitted JSON-LD therefore loses the session time and offset. Schema.org permits Event.startDate and endDate to use ISO 8601 DateTime values. (schema.org) Store a schema-compatible offset or full datetime in the event model, and use it for JSON-LD while retaining timeZone as the display label.

🤖 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/components/EventLanding.js` at line 117, Update the event model and
JSON-LD generation so eventJsonLd.startDate and endDate use schema-compatible
ISO 8601 datetime values with the session time and offset, while retaining
event.timeZone solely as the display label in the HTML.

Source: MCP tools

🤖 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`:
- Line 170: Update the Open Source Summit Korea event entry’s talkUrl to the
session-specific HAMi talk page if available; otherwise, change the displayed
link label to “Schedule” so it does not present the general schedule as “Talk
Details.”

---

Nitpick comments:
In `@src/components/EventLanding.js`:
- Line 117: Update the event model and JSON-LD generation so
eventJsonLd.startDate and endDate use schema-compatible ISO 8601 datetime values
with the session time and offset, while retaining event.timeZone solely as the
display label in the HTML.
🪄 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: 4a897bf1-dc0c-4b19-b303-991f0ced9379

📥 Commits

Reviewing files that changed from the base of the PR and between d5e026d and d485eff.

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

Comment thread src/data/events.js
githubUrl: "https://go.dynamia.ai/proj-hami-korea",
},
externalUrl: "https://events.linuxfoundation.org/open-source-summit-korea/",
talkUrl: "https://events.linuxfoundation.org/open-source-summit-korea/program/schedule/",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "Repository files matching events/Event Landing:"
git ls-files | rg '(^|/)(events\.js|EventLanding\.(js|jsx|ts|tsx)|.*landing.*)$|src/data/events\.js' || true

echo
echo "src/data/events.js line count:"
wc -l src/data/events.js

echo
echo "Relevant src/data/events.js section:"
sed -n '140,200p' src/data/events.js

echo
echo "Find EventLanding references:"
rg -n "EventLanding|Talk Details|talkUrl|label.*Talk|link.*Talk" . --glob '!node_modules' --glob '!dist' --glob '!build' || true

Repository: Project-HAMi/website

Length of output: 4301


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "EventLanding relevant components:"
sed -n '100,160p' src/components/EventLanding.js

echo
echo "Check Linux Foundation URL headers/public availability without running repo code:"
python3 - <<'PY'
import urllib.request, urllib.error
urls = [
    "https://events.linuxfoundation.org/open-source-summit-korea/program/schedule/",
    "https://events.linuxfoundation.org/open-source-summit-korea/",
    "https://coscup.org/2026/en/session/BGYZ3B",
    "https://2026.vietopeninfra.org/en/#agenda",
]
for url in urls:
    req = urllib.request.Request(url, headers={"User-Agent":"CodeRabbit-ReadonlyProbe/1.0"})
    try:
        with urllib.request.urlopen(req, timeout=10) as r:
            info = r.info()
            location = info.get("Location")
            status = r.status
            print(f"{url}\n  status={status}\n  location={location!r}\n")
    except urllib.error.HTTPError as e:
        print(f"{url}\n  http_error={e.code}\n  url_after_redirect={getattr(e, 'url', None)!r}\n")
    except Exception as e:
        print(f"{url}\n  error={type(e).__name__}: {e}\n")
PY

Repository: Project-HAMi/website

Length of output: 3664


Use a direct talk link or label this link Schedule.

EventLanding renders talkUrl as Talk Details, so users expect a session-specific page. For Open Source Summit Korea, talkUrl points to the general schedule instead of the HAMi talk page. Use the session URL when available; otherwise, rename the link to Schedule.

🤖 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` at line 170, Update the Open Source Summit Korea event
entry’s talkUrl to the session-specific HAMi talk page if available; otherwise,
change the displayed link label to “Schedule” so it does not present the general
schedule as “Talk Details.”

Source: MCP tools

@rootsongjc

Copy link
Copy Markdown
Contributor

The text on the left is set to a maximum width of 720px, resulting in a lot of blank space on the right side on a widescreen. Although this may be for easier reading, it still feels like something is missing on the right side.
image

@fishman

fishman commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

It part of how the eventlanding was made. we can put an issue for that, but i'm not fixing it in this commit.

@rootsongjc rootsongjc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

/lgtm

@hami-robot

hami-robot Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fishman, rootsongjc
Once this PR has been reviewed and has the lgtm label, please assign archlitchi 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

@rootsongjc
rootsongjc merged commit 8e66b7b into master Aug 10, 2026
13 of 14 checks passed
@rootsongjc
rootsongjc deleted the landing/opensource-summit-korea branch August 10, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants