List view
Currently, the only way to input data into a page using the `forms` module is to manually select values from dropdowns. This can be tedious, and there are many potential uses for FRjs that would benefit from alternative input methods. A new module called `convert` should be added which has the ability to: 1. Convert a dragon scrying workshop link into an object containing the breed, genes, etc, using IDs/etc from the `data` module 2. Convert the copied text of a dragon's profile page into an object containing the breed, genes, etc, using IDs/etc from the `data` module These dragon data objects can then be used to set the selected value of form elements from `forms`, or used with the various functions from `data` to reason about dragons. It may also be useful to be able to translate a dragon data object into a functional scrying workshop link.
No due date•5/5 issues closed