Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce an Anonymous Agent | hellekin | 2021-02-02 | 1 | -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 popups | hellekin | 2021-01-22 | 1 | -0/+82 |
| | | | | | - Replace MakiMarkers with ExtraMarkers and ForkAwesome - Add HTML popup binding | ||||
* | Add Stimulus Map and Taxonomy (WIP) | hellekin | 2020-11-12 | 1 | -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 data | hellekin | 2020-10-08 | 1 | -0/+22 |
| | |||||
* | Add model foundation for classifications | hellekin | 2020-10-08 | 1 | -0/+10 |
| | | | | | | | | Taxonomy > Category > Section This commit adds models for it. https://doc.incommon.cc/#classifications | ||||
* | Populate database with Agents: rails db:seed | hellekin | 2020-10-06 | 1 | -0/+11 |
| | |||||
* | rails new incommon-map -d postgresql -C -T | hellekin | 2020-10-05 | 1 | -0/+7 |