mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
formatting
This commit is contained in:
parent
1d6b4860a7
commit
6446f879cc
1 changed files with 13 additions and 10 deletions
|
@ -30,16 +30,19 @@ facet filtering. Let's draw the user flow here:
|
||||||
|
|
||||||
* An "administrator" goes to the website and create a form to list all the bear
|
* An "administrator" goes to the website and create a form to list all the bear
|
||||||
hugging events in the world. He creates the following fields:
|
hugging events in the world. He creates the following fields:
|
||||||
|
|
||||||
|
* Name: a plain text field containing the name of the event.
|
||||||
|
|
||||||
* Name: a plain text field containing the name of the event.
|
* Category: the category of the event. Can be a finite list (only brown
|
||||||
* Category: the category of the event. Can be a finite list (only brown
|
bears, polar bears, female bears)
|
||||||
bears, polar bears, female bears)
|
|
||||||
* Location: The location of the event. It could be provided by selecting a
|
|
||||||
point on a map or by typing an address.
|
|
||||||
* Date: the date of the event (a datepicker could do the trick)
|
|
||||||
|
|
||||||
Each field in the form has semantic information associated with it (yes/no,
|
* Location: The location of the event. It could be provided by selecting a
|
||||||
multiple selection, date-time, geocoding carto, carto selection etc)
|
point on a map or by typing an address.
|
||||||
|
|
||||||
|
* Date: the date of the event (a datepicker could do the trick)
|
||||||
|
|
||||||
|
Each field in the form has semantic information associated with it (yes/no,
|
||||||
|
multiple selection, date-time, geocoding carto, carto selection etc)
|
||||||
|
|
||||||
* Once finished, the form is generated and the user gets an url (says
|
* Once finished, the form is generated and the user gets an url (says
|
||||||
http://forms.notmyidea.org/bearhugging) for it.
|
http://forms.notmyidea.org/bearhugging) for it.
|
||||||
|
@ -94,8 +97,8 @@ views (using any webmapping js library)
|
||||||
Examples:
|
Examples:
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
- communities of users, consumers, ...
|
- communities of users, consumers, ...
|
||||||
- directory of places
|
- directory of places
|
||||||
|
|
||||||
Integration with a template service
|
Integration with a template service
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
Loading…
Reference in a new issue