Skip to content

Fix broken web user journeys across exploration pages#64

Merged
Kvnbbg merged 1 commit intomainfrom
techandstream/verifier-et-reparer-les-parcours-utilisateur/2026-03-31/19-02-15
Mar 31, 2026
Merged

Fix broken web user journeys across exploration pages#64
Kvnbbg merged 1 commit intomainfrom
techandstream/verifier-et-reparer-les-parcours-utilisateur/2026-03-31/19-02-15

Conversation

@Kvnbbg
Copy link
Copy Markdown
Owner

@Kvnbbg Kvnbbg commented Mar 31, 2026

Motivation

  • Repair multiple legacy exploration flows that were non-functional due to missing JS handlers and invalid asset references on several static pages.
  • Restore consistency across the web UI so secondary pages behave as continuations of the main dashboard experience.

Description

  • Added legacy element selectors and three initializer functions in web/app.js (initializeExploreJourney, initializeCarsJourney, initializeNbaJourney) and invoked them at load time to wire search, add-item, cars request feedback, and NBA table/matchups interactions.
  • Fixed broken asset and script references across web/explore_home.html, web/cars.html, web/gym.html, and web/nba.html by switching to the existing styles.css, app.js, and correct ../assets/images/... and favicon paths.
  • Corrected malformed social link markup and replaced stray script.js/style.css references, and added “Back to dashboard” navigation links on secondary pages to improve journey continuity.

Testing

  • Ran node --check web/app.js to validate the modified JS syntax, which succeeded.
  • Searched HTML files for stale references (rg -n 'facebook""|href="style.css"|src="script.js"' web/*.html) and verified no matches remained.
  • Confirmed repository state with git status --short and committed the tracked changes; all automated checks listed above passed.

Codex Task

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

Deployment failed with the following error:

Hobby accounts are limited to daily cron jobs. This cron expression (0 * * * *) would run more than once per day. Upgrade to the Pro plan to unlock all Cron Jobs features on Vercel.

Learn More: https://vercel.link/3Fpeeb1

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@Kvnbbg Kvnbbg merged commit 794e99e into main Mar 31, 2026
3 of 9 checks passed
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.

1 participant