アプリでできること
70 件の機能
ステータスの算出方法
- 「動作」— このビルドで少なくとも1つのテストが合格し、関連するAzure DevOps項目が開いていない。
- 「一部」— テストは合格したが、関連するAzure DevOps項目がまだ開いている。
- 「存在・未検証」— コントロールはアプリにあるが、合格したテストがそれに触れていない。
- 「計画中」— テストなし。開いているAzure DevOps項目が計画にあることを示す。
- 「ADO状態不明」— このビルドはAzure DevOpsにアクセスできず、ステータスを確認できなかった。
ステータスは手入力ではなく、デプロイごとに算出されます。 RNTL = ネイティブ環境での画面テスト、e2e = デモに対する実ブラウザ、API = サーバーテスト。
App start
Section titled “App start”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Start shows the server wake-up stages and offers Continue offline / Retry right away | 動作 | RNTLConnectionSplash.splash ✓RNTL ConnectionSplash.test.tsx ✓RNTL ConnectionSplash.test.tsx ✓ | — |
| After 8 seconds of waiting the emergency exits appear | 動作 | RNTLConnectionSplash.test.tsx ✓RNTL ConnectionSplash.test.tsx ✓ | — |
| A server error is named in words and a glyph, never by colour alone | 動作 | RNTLConnectionSplash.test.tsx ✓ | — |
Sign-in (start)
Section titled “Sign-in (start)”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Continue as a guest without entering anything | 動作 | RNTLAuth.continueAsGuest ✓RNTL AuthScreen.test.tsx ✓RNTL AuthScreen.test.tsx ✓ | — |
| Google sign-in on the phone | 動作 | RNTLAuthScreen.test.tsx ✓RNTL AuthScreen.test.tsx ✓ | — |
| Apple sign-in on iOS | 動作 | RNTLAuth.appleSignIn ✓RNTL AuthScreen.test.tsx ✓RNTL AuthScreen.test.tsx ✓ | — |
| On the web demo a demo sign-in replaces Google (configuration flag) | 一部 | RNTLAuthScreen.test.tsx ✓RNTL AuthScreen.test.tsx ✓ | #222 (New) |
| Escape the Crowd straight from the sign-in screen | 動作 | RNTLAuth.escapeTheCrowd ✓RNTL AuthScreen.test.tsx ✓RNTL AuthScreen.test.tsx ✓ | — |
Onboarding
Section titled “Onboarding”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| App language picked on the first step | 動作 | RNTLOnboarding.language ✓RNTL OnboardingScreen.test.tsx ✓ | — |
| Location consent; after a refusal, a city picked from the catalogue | 動作 | RNTLOnboarding.consentAllow ✓RNTL Onboarding.consentSkip ✓RNTL OnboardingScreen.test.tsx ✓RNTL OnboardingScreen.test.tsx ✓ | — |
| Tourist profile in three steps: name and age, interests, pace / crowds / budget / transport / meals / context | 動作 | RNTLOnboarding.name ✓RNTL Onboarding.interest ✓RNTL Onboarding.transport ✓RNTL OnboardingScreen.test.tsx ✓ | — |
| Five progress dots visible from the very first screen | 動作 | RNTLOnboarding.dot ✓RNTL OnboardingScreen.test.tsx ✓ | — |
| Transitional screen: the button turns into Start once the server is awake; after 8 s the user may enter anyway | 動作 | RNTLOnboarding.transitionalCta ✓RNTL OnboardingScreen.test.tsx ✓RNTL OnboardingScreen.test.tsx ✓RNTL OnboardingScreen.test.tsx ✓ | — |
| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Greeting and weather for the city: a manual pick beats the GPS city | 動作 | RNTLHome.city ✓RNTL HomeScreenCity.test.tsx ✓RNTL HomeScreenCity.test.tsx ✓ | — |
| When no city resolves, the app offers a pick from the catalogue | 動作 | RNTLHome.cityPrompt ✓RNTL HomeScreenCity.test.tsx ✓RNTL HomeScreenCity.test.tsx ✓ | — |
| Marketplace tour tiles: skeletons while loading, an honest error after 15 s, an empty card when nothing exists | 動作 | RNTLHome.toursSkeleton ✓RNTL Home.toursError ✓RNTL Home.toursEmpty ✓RNTL HomeScreenSections.test.tsx ✓RNTL HomeScreenSections.test.tsx ✓RNTL HomeScreenSections.test.tsx ✓ | #134 (Resolved) |
| Two entries: Route Creator and Browse more tours | 動作 | e2eHome.routeCreatorButton ✓RNTL Home.browseMoreTile ✓RNTL HomeScreenNav.test.tsx ✓ | — |
| A weather suggestion opens the map on the suggested place | 動作 | RNTLHomeScreenNav.test.tsx ✓RNTL WeatherWidget.test.tsx ✓ | — |
| A guest sees the tour limit and the Premium banner; saving a route asks to sign in | 動作 | e2eTopBar.limit ✓RNTL PremiumBanner.premiumBox ·RNTL TopBar.test.tsx ✓RNTL PremiumBanner.test.tsx ✓e2e j3-auth-variants.spec.ts ✓ | — |
| Signed-in free: Premium banner and badges; Premium: a days countdown instead of a limit, no banner; sign-out returns to guest | 動作 | e2eTopBar.premium ✓RNTL TopBar.test.tsx ✓RNTL PremiumBanner.test.tsx ✓e2e j3-auth-variants.spec.ts ✓e2e j3-auth-variants.spec.ts ✓ | — |
| The offline banner appears after 3 s without network and can be dismissed until the next loss | 動作 | RNTLOfflineBanner.dismiss ✓RNTL OfflineBanner.test.tsx ✓RNTL OfflineBanner.test.tsx ✓ | — |
Escape the Crowd
Section titled “Escape the Crowd”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Escape the Crowd: finds a calm place within 1.2 km (then 2 km) and guides there right away | 動作 | RNTLEscape.guideMe ✓RNTL EscapeScreen.test.tsx ✓API escape.test.ts ✓API escape.test.ts ✓ | — |
| Outside the catalogue’s coverage the app shows a demo mode instead of an error; a location refusal ends the session with a message | 動作 | RNTLEscape.demoNotice ✓RNTL Escape.exit ✓RNTL EscapeScreen.test.tsx ✓RNTL EscapeScreen.test.tsx ✓ | — |
Profile and settings
Section titled “Profile and settings”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Account in the profile: e-mail and plan badge when signed in, sign-out with confirmation | 動作 | e2eProfile.account ✓e2e Profile.signOutConfirm ·RNTL ProfileScreen.test.tsx ✓ | — |
| Changing the app language and theme | 存在・未検証 | RNTLLanguageSelector.languageSelector · | — |
| Deleting the account with its data | 一部 | APIaccountDelete.test.ts ✓API accountDelete.test.ts ✓ | #217 (New) |
Before the tour starts
Section titled “Before the tour starts”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Stop list with dwell times; reorder by dragging (native) or with arrows (web) | 動作 | e2eActiveTour.startGuidedTour ✓RNTL ActiveTourScreen.test.tsx ✓RNTL ActiveTourScreenWeb.test.tsx ✓RNTL ActiveTourScreen.test.tsx ✓ | — |
| Generated routes show every stop; hand-made ones are capped at 10 | 動作 | RNTLActiveTourScreen.test.tsx ✓RNTL ActiveTourScreen.test.tsx ✓ | — |
| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| The map opens on Tokyo (never Kraków) and re-centres on the matches after a search | 一部 | RNTLMap.search ✓RNTL MapScreen.test.tsx ✓e2e j4-map-search.spec.ts ✓ | #219 (Active) |
| A late GPS refusal never moves a map the user already re-centred | 動作 | RNTLMapScreen.test.tsx ✓RNTL MapScreen.test.tsx ✓ | — |
| Place panel: type, best times, ticket chip, distance in metres or kilometres | 動作 | RNTLMap.panelClose ✓RNTL MapScreen.test.tsx ✓RNTL MapScreen.test.tsx ✓ | — |
| Marker colours by place type, type filters and a legend at the bottom | 動作 | RNTLMap.filter ·RNTL Map.legend ✓RNTL MapScreen.test.tsx ✓RNTL MapScreen.test.tsx ✓ | — |
Marketplace
Section titled “Marketplace”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Tour search across the whole catalogue; clearing it returns to browsing | 動作 | e2eMarketplace.tourCard ✓RNTL MarketplaceScreen.test.tsx ✓RNTL MarketplaceScreen.test.tsx ✓RNTL MarketplaceScreen.test.tsx ✓ | — |
| Price, duration, kind and category filters plus sorting in a modal that always keeps Apply reachable | 一部 | RNTLMarketplace.openFilters ✓RNTL Marketplace.filtersApply ✓RNTL Marketplace.sort ·RNTL MarketplaceScreen.test.tsx ✓ | #215 (Active) |
| A tour card opens from the list; a Premium user starts the narrated tour | 動作 | e2ej2-marketplace-guided-tour.spec.ts ✓ | — |
Route builder — start and time
Section titled “Route builder — start and time”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| A manually picked start point beats a late GPS fix | 一部 | e2eRouteBuilder.startOtherPoint ✓e2e RouteBuilder.startPoi ✓RNTL RouteBuilderScreen.test.tsx ✓RNTL RouteBuilderScreen.test.tsx ✓e2e j1-route-creator.spec.ts ✓ | #220 (New) |
| The remembered city beats GPS on entry; the city can be changed from the catalogue | 動作 | e2eRouteBuilder.changeCity ✓e2e RouteBuilder.city ✓RNTL RouteBuilderScreen.test.tsx ✓RNTL RouteBuilderScreen.test.tsx ✓ | — |
| After a denied location prompt the user can retry; a permission check that never settles does not hang the screen | 動作 | RNTLRouteBuilder.retryLocation ✓RNTL RouteBuilderScreen.test.tsx ✓RNTL RouteBuilderScreen.test.tsx ✓ | — |
| Picking the start day and hour (from 5:00) | 動作 | RNTLRouteBuilder.startCustomDate ·RNTL RouteBuilder.startCustomTime ·RNTL RouteBuilderScreen.test.tsx ✓ | — |
| Generation shows staged progress; the request limit shows a countdown, a start outside the area a clear message | 動作 | RNTLRouteBuilderScreen.test.tsx ✓RNTL RouteBuilderScreen.test.tsx ✓RNTL RouteBuilderScreen.test.tsx ✓ | — |
| A reduced route is named as such and the preview opens on demand | 動作 | RNTLRouteBuilderScreen.test.tsx ✓API tourGenerator.test.ts ✓ | — |
| Guide voice choice (female / male / neutral) | 存在・未検証 | RNTLRouteBuilder.guideVoice · | — |
| Start point from a Japanese postcode | 計画中 | 根拠なし | #221 (New) |
Tour card
Section titled “Tour card”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Numbered map markers match the stop list | 動作 | RNTLTourPreviewScreen.test.tsx ✓ | #134 (Resolved) |
| A guest cannot start a half-day tour — the start is Premium-gated | 動作 | e2eTourPreview.halfDayBlocker ✓e2e TourPreview.startTourButton ✓e2e j2-marketplace-guided-tour.spec.ts ✓ | — |
| Buying a single tour from its card | 一部 | RNTLTourPreview.buyTourButton ·API billing.test.ts ✓ | #196 (New) |
Guided tour
Section titled “Guided tour”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Place narration generated online, shown in the pane and read by the device voice | 動作 | e2eGuidedTour.narrativePane ✓RNTL GuidedTourScreen.test.tsx ✓RNTL GuidedTourScreen.test.tsx ✓RNTL GuidedTourScreen.test.tsx ✓ | — |
| When the narration server fails, the app says a fallback sentence or reads the downloaded offline bundle | 動作 | RNTLGuidedTourScreen.test.tsx ✓RNTL GuidedTourScreen.test.tsx ✓RNTL GuidedTourScreen.test.tsx ✓ | — |
| Arrival: the card after the first in-radius GPS fix, automatic confirmation after two | 動作 | e2eGuidedTour.arrivalCard ✓RNTL GuidedTourScreen.test.tsx ✓RNTL GuidedTourScreen.test.tsx ✓e2e j2-marketplace-guided-tour.spec.ts ✓ | — |
| The “I’m here” button needs Google Directions; without a key it stays disabled | 一部 | e2eGuidedTour.arrivalImhere ✓ | #220 (New) |
| Skip a stop without counting a visit; manual “visited” on the list without GPS | 動作 | RNTLGuidedTour.arrivalSkip ✓RNTL GuidedTour.markVisited ✓RNTL GuidedTourScreen.test.tsx ✓RNTL GuidedTourScreen.test.tsx ✓ | — |
| Questions to the guide: a daily-limited chat outside Premium, a voice session on Premium | 動作 | RNTLChatModal.chatSuggestion ·RNTL GuidedTourScreen.test.tsx ✓RNTL GuidedTourScreen.test.tsx ✓RNTL GuidedTourScreen.test.tsx ✓API dialog.test.ts ✓ | — |
| Premium: the voice agent starts with the tour and greets; outside Premium the device voice greets | 動作 | RNTLGuidedTourScreen.test.tsx ✓RNTL GuidedTourScreen.test.tsx ✓RNTL GuidedTourScreen.test.tsx ✓ | — |
| Without a GPS fix the tour is blocked with Retry — it never starts from an invented position | 動作 | RNTLGuidedTourScreen.test.tsx ✓ | — |
| Ending the tour returns to Home without stacking a second one | 動作 | e2eGuidedTour.end ✓e2e GuidedTour.endTourConfirm ✓RNTL GuidedTourScreen.test.tsx ✓ | — |
| After the last stop: a summary with points, an NPS rating and the tomorrow hook | 動作 | e2eTourCelebrationModal.poiList ✓e2e NpsModal.step ✓e2e NpsModal.tomorrowHook ✓RNTL GuidedTourScreen.test.tsx ✓ | — |
| Pause, the stop list and the transcript are available during the tour | 動作 | RNTLGuidedTour.pause ·RNTL GuidedTour.openStopsList ✓RNTL GuidedTour.transcript · | — |
Activity and badges
Section titled “Activity and badges”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Points, badges with progress and the leaderboard after opting in | 動作 | RNTLActivityScreen.test.tsx ✓RNTL ActivityScreen.test.tsx ✓RNTL ActivityScreen.test.tsx ✓ | — |
Favourites
Section titled “Favourites”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Favourite routes and places | 存在・未検証 | RNTLFavorites.route ·RNTL Favorites.poi · | — |
Saved routes
Section titled “Saved routes”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Saved routes: open the preview, delete with confirmation, an empty state that leads to the builder | 動作 | RNTLSavedRoutes.route ✓RNTL SavedRoutes.deleteRoute ✓RNTL SavedRoutesScreen.test.tsx ✓RNTL SavedRoutesScreen.test.tsx ✓RNTL SavedRoutesScreen.test.tsx ✓ | — |
Navigation to a point
Section titled “Navigation to a point”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Turn-by-turn bar: instruction with distance, rerouting and arrived states | 動作 | RNTLNavigationInstructionBar.test.tsx ✓RNTL NavigationInstructionBar.test.tsx ✓RNTL NavigationInstructionBar.test.tsx ✓ | — |
Route builder — preferences
Section titled “Route builder — preferences”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Route preferences (transport and more) are saved and reach the next generation | 一部 | e2eRouteCreator.transport ✓e2e RouteCreator.save ✓RNTL RouteBuilderScreen.test.tsx ✓e2e j1-route-creator.spec.ts ✓ | #220 (New) |
| Back returns in-app, or to Home without history (never leaves the web page) | 一部 | e2eRouteCreator.back ✓RNTL RouteBuilderScreen.test.tsx ✓RNTL RouteBuilderScreen.test.tsx ✓ | #219 (Active) |
Your route
Section titled “Your route”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Route timeline: dwell and walk-to-next per stop, exactly one peak stop, ticket and crowd chips | 動作 | e2eRoutePreview.routeTimeline ✓e2e RoutePreview.stopRow ✓RNTL RoutePreviewScreen.test.tsx ✓RNTL RoutePreviewScreen.test.tsx ✓RNTL RoutePreviewScreen.test.tsx ✓ | — |
| Stop details in a sheet: description, swap alternatives with recomputed timing; the peak and meals are locked | 一部 | e2eRoutePreview.stopDetailSheet ✓RNTL RoutePreview.detailSwap ✓RNTL RoutePreviewScreen.test.tsx ✓RNTL RoutePreviewScreen.test.tsx ✓RNTL RoutePreviewScreen.test.tsx ✓ | #219 (Active) |
| Swapping several stops at once: long-press selects, regeneration excludes the selection | 動作 | RNTLRoutePreview.swapSelected ✓RNTL RoutePreview.stopCheck ·RNTL RoutePreviewScreen.test.tsx ✓RNTL RoutePreviewScreen.test.tsx ✓ | — |
| Saving the route for signed-in users (with the start point); a guest is asked to sign in | 動作 | e2eRoutePreview.saveRoute ✓e2e RoutePreview.saveSigninPrompt ✓RNTL RoutePreviewScreen.test.tsx ✓RNTL RoutePreviewScreen.test.tsx ✓API toursSave.test.ts ✓ | — |
| Starting the tour from the preview; when the start time is over 30 minutes old the app asks first | 動作 | RNTLRoutePreviewScreen.test.tsx ✓RNTL RoutePreviewScreen.test.tsx ✓ | — |
Tour (legacy screen)
Section titled “Tour (legacy screen)”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Legacy tour screen — registered, but no transition leads to it | 計画中 | 根拠なし | #226 (New) |
Downloaded tours (offline)
Section titled “Downloaded tours (offline)”| 機能 | ステータス | 根拠 | ADO |
|---|---|---|---|
| Managing downloaded offline tours — the screen exists, but nothing in the app leads to it | 計画中 | 根拠なし | #226 (New) |
ADOにあり、エントリなし
Section titled “ADOにあり、エントリなし”現在のスプリントの項目のうち、このページの機能がまだ説明していないもの。 (Sprint 3)
| ADO | ステータス | title |
|---|---|---|
| #180 | New | S3-01 · Próbka bez konta na stronie |
| #181 | New | S3-02 · Podstrona pobrania |
| #182 | New | S3-03 · Lejek mailowy |
| #183 | New | S3-04 · Audio i GPS przy zgaszonym ekranie |
| #184 | New | S3-05 · Stany brzegowe |
| #185 | New | S3-06 · Przyciski przybliżania na mapie |
| #186 | New | S3-07 · Podgląd opisu miejsca przed startem trasy |
| #187 | New | S3-08 · Oznaczenie POI wymagającego biletu |
| #188 | New | S3-09 · Japoński zapis powitań dla języka japońskiego, bez słowa na drogę |
| #189 | New | S3-10 · Dwa imiona w profilu przy podróży we dwoje |
| #191 | New | S3-12 · Obsługa zwrotów |
| #192 | New | S3-13 · Granica wieku 13+ ze zgodą opiekuna |
| #193 | New | S3-14 · Zakup w aplikacji na iOS |
| #194 | New | S3-15 · Rezerwa na bugi od pierwszych użytkowników |