abalone
abalone copied to clipboard
A data tracking and analytics app for abalone conservation efforts.
During the initial development stages, the application has gone through a few different css frameworks. Last year the application began using Tailwind CSS and we plan to use that going...
Users will enter custom measurements through the measurements csv. To avoid issues with misspelled measurement values or inconsistent namings/capitalization, we would like to make an Organization-wide "allow list" (we're intentionally...
Currently, individual models are scoped to an organization. ``` Organization has_many :users has_many :cohorts has_many :enclosures has_many :measurements has_many :measurement_events has_many :operations has_many :facilities has_many :animals ``` An alternative would...
@mdworken and I talked about adding papertrail and allowing either... A. Most recent csv upload can be rolled back B. Records can be rolled back to a point in time...
One possible way to accomplish this might be as a measurement on facility.
Currently we read file contents and save them on the `contents` column of the `temporary_files` table. This could be unsafe. Im not aware of any restrictions that we have in...
Resolves #1120 ### Description Adds a helper for "
I've noticed some of the Back buttons have different CaPiTalIZaTiOn which is a little (very minorly) inconsistent. Some of these links/buttons have the Back/Cancel text in a span, some does...