google / vulncode-db

Vulncode-DB project
https://www.vulncode-db.com
Apache License 2.0
575 stars 71 forks source link

Deduplicate the edit flow #83

Open bluec0re opened 3 years ago

bluec0re commented 3 years ago

Is your feature request related to a problem? Please describe. The edit flow is currently split between form and a read only table. A merge of those two would be nicer.

Describe the solution you'd like Show existing values of the entry inside the form instead below it.

Describe alternatives you've considered Allow inline edits.

@felixwilhelm