Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online LARFT v2 #1686

Open
meissadia opened this issue Dec 13, 2022 · 0 comments
Open

Online LARFT v2 #1686

meissadia opened this issue Dec 13, 2022 · 0 comments
Labels
Backlog enhancement New feature or request

Comments

@meissadia
Copy link
Contributor

meissadia commented Dec 13, 2022

Known Issues

Corruption of Saved column widths after using the column filter

We've implemented a work-around that works some of the time. We'll be seeking input from the react-fluid-table devs but Michael recommends switching to react-table which seems to be better maintained while offering similar functionality.

olarft-bug

Potential New Features

Numeric inputs should only allow numbers

Explore adding a fieldType in the schemas

File Download Dialog

Would allow users to determine where to save their LAR and what the filename would be

Highlight enumeration-only fields that have invalid entries in the SavedRows or Editor

Would provide users additional feedback for potential issues with their submission file. This would be accomplished by verifying the field's value against the schema's enumerated list of accepted values and changing the UI styling for the field/column/row when there's a mismatch.

Why can't the LARFT import/parse these rows?

We currently provide a dialog with any rows that we can't reliably parse. It could be helpful to provide more detailed feedback on what looks incorrect in these rows.

Split css by component/feature

Currently all styles live in src/tools/larft/index.css

Performance Improvements

[Schemas] Static versions of Examples, Descriptions, Enumerations

These should probably be dynamic lookups not a dynamic builds.

Extend Task-based Documentation

  • How do I format my data?
  • How do I trouble shoot an Edit?
@meissadia meissadia changed the title OLARFT v2 Online LARFT v2 Feb 22, 2023
@Michaeldremy Michaeldremy added enhancement New feature or request Backlog labels Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants