Hey, I've been working on a custom external metadata source, where the extracted text from the uploaded pdf is sent to an external API (
https://annif.org/) to be analyzed and should return some suggestions for controlled vocab subjects. The backend works now nicely and populates the right metadata field with the suggestions, but my next step is to populate the form (probably the controlled vocabulary input field) with these suggestions so the user can pick and choose the correct ones. I've been trying to do a deep dive on the frontend code, but I'm still relatively new with the new dspace frontend and angular 2, so where should I start looking into this? And is there some documentation, material, videos or tutorials on the technical parts of the frontend?