inrupt / generator-solid-angular

Generator for Solid Angular applications
MIT License
31 stars 12 forks source link

Refactor how forms are generated and instead map to RDF #16

Open james-martin-jd opened 5 years ago

james-martin-jd commented 5 years ago

Right now we're manually mapping an RDF namednode to an input in the profile form. This is easy to get started and easy to follow, but not flexible and not how we want to do things moving forward.

A proposal from another developer was to dynamically generate the form instead, using RDF properties. More info coming...