abalone icon indicating copy to clipboard operation
abalone copied to clipboard

A data tracking and analytics app for abalone conservation efforts.

Results 38 abalone issues
Sort by recently updated
recently updated
newest added

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...

Type: Design

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...

Needs: Discussion
⚡Power⚡

@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...

Details TBD

One possible way to accomplish this might be as a measurement on facility.

Needs: More Detail
pinto-abalone

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...

Needs: Discussion

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...