01a02915 - Live RealUnit geo-filter table in the handbook - #930
Merged
Conversation
The Aktientoken geo-filter section loads GET /v1/country at runtime so handbook.realunit.app displays the live country table without copying rows into this repo. nginx proxies /v1/country to the public API.
GET /v1/country is public. Stripping Authorization on the nginx proxy keeps handbook credentials out of upstream logs.
Document realunit.residence/nationality as the GET /v1/country shape and place the live table section immediately after spec-79, matching the TOC.
Contributor
Author
|
EN: DE: DetailsPass 1: strip handbook Basic Auth on the nginx No copied country rows. Screenshot count unchanged. Open comments: none. mergeable=MERGEABLE. Until the backend CountryDto is deployed, the API has no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
EN:
Adds a live RealUnit share-token geo-filter table to the handbook.
handbook.realunit.app loads GET /v1/country at runtime and does not copy country rows into the repo.
Until DFXswiss/backend is deployed, the realunit columns stay empty and the page says so.
DE:
Ergänzt die Live-Tabelle des RealUnit-Aktientoken-Geo-Filters im Handbook.
handbook.realunit.app lädt GET /v1/country zur Laufzeit und kopiert keine Länderzeilen ins Repo.
Solange DFXswiss/backend nicht deployed ist, bleiben die realunit-Spalten leer; die Seite weist darauf hin.
Details
Section
#spec-geoindocs/handbook/de/index.html. Clientdocs/handbook/de/geo-filter.jstries same-origin/v1/country(nginx proxy inhandbook.nginx.conf) thenhttps://api.dfx.swiss/v1/country. Screenshot count is unchanged. No Dart/UI change, no goldens.The geo-filter columns only appear after the merged backend
CountryDto.realunitis live on that API.