aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/resources_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* [FIX] Use form model to create/edit resources (fixes #4, fixes #5, refs #3)v0.1.10IN COMMON Collective2021-04-081-17/+14
| | | | | | | | | Since we must associate other models (e.g., classifications) to a Resource, we use a composite model to save all changes inside a database transaction. This approach makes it simpler to handle resources and their associations. Work remains to fix the geolocation and reverse geolocation to ensure these are in sync.
* [FIX] Availability of agentshellekin2021-02-111-5/+7
|
* REUSE: Add AGPL-3.0-or-later to app/*hellekin2020-10-291-0/+4
|
* Fix Resource editionhellekin2020-10-091-0/+3
|
* [WIP] Add Resource business logichellekin2020-10-091-50/+60
| | | | | | | | Currently there's a bug throwing: TypeError (nil is not a symbol nor a string) When creating a Resource...
* Fix form, add flashhellekin2020-10-061-0/+50
|
* First pass at Resources...hellekin2020-10-061-1/+1
|
* First pass at listing Resourceshellekin2020-10-061-0/+42
| | | | | | This implements resource listing and pagination. See /resources
* First pass at something visiblehellekin2020-10-061-0/+13
This is a first version of the application, to go beyond simple authentication.