WorksHub
rin0420 / games, tools & bots

TOOL / PLANNING

D-Park Planner

A UI mock that lines up 2 to 5 candidate visit dates for Tokyo Disneyland or DisneySea and scores them by crowd forecast, ticket price, and more.

What kind of tool is it?

Pick candidate dates and compare crowd forecasts, ticket prices, hours, closed facilities, events, and your chosen attractions side by side. Each candidate gets a score, and the top pick is highlighted in the summary.

How it is built

A UI mock built with React, TypeScript, and Vite. The scoring logic and data-fetching layer are separated so a real data API can be swapped in later.

How to use it

  1. Choose the park you want to compare (Land or Sea).
  2. Pick 2 to 5 candidate dates and the attractions you want to visit.
  3. Compare each candidate’s score and breakdown; the highest one is shown in the summary panel.

How the score works

Points are added for crowd forecast, ticket price, opening hours, whether your chosen attractions are open, and seasonal events, with deductions for closed facilities. Dates are sorted from highest score to lowest, and each breakdown (which factor scored how much) can be checked.

Data handling

All the crowd forecasts, ticket prices, and closed-facility data currently shown are development mock values, not a live connection to official data. There is no login or personal information field, and selected dates or attractions are not saved once you leave the page. Always check an official source before planning an actual visit.