Skip to content

Commit 88cd899

Browse files
committed
WIP add search params doc
WIP
1 parent ed2ca39 commit 88cd899

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

apps/events-helsinki/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ class AppConfig {
179179

180180
The application configuration is done via the [AppConfig.ts](./src/domain/app/AppConfig.ts) as much as possible, so there would be a single point to configure it.
181181

182+
## Event Search -parameters
183+
184+
> NOTE: This section easily runs out-of-date.
185+
182186
## Learn more
183187

184188
You can learn more in the [NextJs documentation](https://nextjs.org/docs/getting-started).

apps/hobbies-helsinki/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ class AppConfig {
179179

180180
The application configuration is done via the [AppConfig.ts](./src/domain/app/AppConfig.ts) as much as possible, so there would be a single point to configure it.
181181

182+
## Course Search -parameters
183+
184+
> NOTE: This section easily runs out-of-date.
185+
182186
## Learn more
183187

184188
You can learn more in the [NextJs documentation](https://nextjs.org/docs/getting-started).

apps/sports-helsinki/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ The `<CombinedSearchProvider/>` is there to have the formValues and the combined
266266
2. provides the state mutator functions which can be used to update the form values in the context.
267267
3. provides the search variables that can be used to query venues, courses and general events. The values are mapped with the `VenueSearchAdapter` and the `EventSearchAdapter` which both uses the `CombinedSearchFormAdapter` (the form values) as their input.
268268

269+
#### Used Search -parameters
270+
271+
> NOTE: This section easily runs out-of-date.
272+
269273
## Developing locally
270274

271275
Run the development server:

0 commit comments

Comments
 (0)