dondi

Results 201 comments of dondi

@ntran18 this is the PR where you added a `preventDefault` right? If so I think that is the right approach. That has been merged to `beta` but not yet deployed…I’ll...

@ntran18’s PR to query the gene source rather than network in order to find ERT1 has been merged but appears to still not find ERT1 on the installed beta deployment....

@ntran18 and @dondi discussed over the week and had the following conclusions: * Although the “true” primary key of the `source` table is a composite of the `source` identifier +...

After @ceciliazaragoza finishes work on #1150, she can join up with @ntran18 for the database work since this will be a heavier lift

#1150 has been reassigned to @Amelie1253 and @MilkaZek so @ceciliazaragoza has now fully transitioned to helping @ntran18 with the database migration; @ntran18 has tried an initial version of the new...

After establishing the desired requirements and implications, we’ve concluded that the best approach for this is to create a new namespace for data from this new version onward. Past sources...

For #1120, #1164, and #1165, we are at the point where we can start loading 2025 data into databases: * Let’s start with loading the team’s local databases so we...

It was pointed out during the meeting that element(s) involved also had CSS class names `startDisabled`, `disabled`, `unweighted`, and `export`: there is likely code elsewhere in _update-app.js_ that impacts the...

For example, the constant `EXPORT_WEIGHTED_CLASS ` matches elements with both CSS classnames `weighted` and `export`. The elements involved in this ticket are of the `unweighted` variety, but following/studying references to...