Scott Rohde

Results 82 comments of Scott Rohde

@serbinsh I didn't mean to single you out except to demonstrate some of the issues involved.

Additionally, if we start allowing arbitrary-length text columns, I would first want to consider how this might affect the BETYdb app user interface. The app _does_ already anticipate multiword author...

Details: When a site is created in the BETYdb Rails app, a country can be chosen from a predetermined list of country names in a drop-down widget. The default, if...

My guess is that whoever entered these numbers was given numbers with a only a few s.d., converted to the units used in BETYdb, and just kept all of the...

@dlebauer I've changed the edit forms to preselect the access_level corresponding to the current value. This doesn't solve the problem that a user with less than full data access can...

Pull request #543 implements this feature. Here's how it works. Edit the file `db/data/database_comments.sql` to add, change, or delete comments. (Delete a comment by changing it to the empty string.)...

Off of the top of my head, it would seem that if the maintainer of machine X imports from machine Y, and if the maintainer of machine Y has imported...

@serbinsh Where is this page? Give a sample URL for accessing this form in the app.

@serbinsh A change I made almost three years ago broke the editing function. During this time, the "Save" button essentially did nothing. (Unfortunately, there is no immediate user feedback that...

Here's the SQL function I came up with. It doesn't handle the case where an update would cause a uniqueness violation except by reporting the error and continuing. You can...