aboutsummaryrefslogtreecommitdiff
path: root/db/seeds.rb
Commit message (Collapse)AuthorAgeFilesLines
* Introduce an Anonymous Agenthellekin2021-02-021-1/+2
| | | | | | | | | | | | | Since we moved away from Roles it's important to maintain a default Agent that is distinct from the previous default IN COMMON Agent. Previously, a user without a proper group would be granted the `observer` role in the default Agent, enough to create new resources. Now, we consider anonymous users to be part of the Anonymous Agent, which also brings the possibility for them to edit yet to be accepted Resources.
* Add markers and popupshellekin2021-01-221-0/+82
| | | | | - Replace MakiMarkers with ExtraMarkers and ForkAwesome - Add HTML popup binding
* Add Stimulus Map and Taxonomy (WIP)hellekin2020-11-121-0/+5
| | | | | | | | This commit add StimulusJS interaction for the map and taxonomy, as well as styling. It provides preliminary work to hook up live data on the map from the taxonomy.
* Add categories, sections, and import datahellekin2020-10-081-0/+22
|
* Add model foundation for classificationshellekin2020-10-081-0/+10
| | | | | | | | Taxonomy > Category > Section This commit adds models for it. https://doc.incommon.cc/#classifications
* Populate database with Agents: rails db:seedhellekin2020-10-061-0/+11
|
* rails new incommon-map -d postgresql -C -Thellekin2020-10-051-0/+7