lcnetdev/profile-edit — reverse-engineered prompt
Reverse engineered prompt
Build me a browser based BIBFRAME Profile Editor for library staff who need to create and update profiles without touching code.
The app should let users work with profiles, templates, properties, vocabularies, and ontologies, with the data coming from the existing Verso config database through Recto. Keep most of the logic in client side JavaScript, since it needs to run on a wide range of machines and browsers. Use the existing AngularJS style approach if that fits the project.
Please include a simple interface for browsing, editing, saving, and managing profile data, plus a help area with an FAQ. Set up the build so it can generate the minified JavaScript and CSS and produce developer documentation from the commented code. Make it easy to configure the base web path in the main HTML file.
If you need details on BIBFRAME, Recto, or Verso, look up the current docs online and keep the implementation compatible with this repo.
Want more depth? Deep Reverse