I'm absolutely new to Directus. Please advice what to read to implement this. I have two models: Application
and ApplicationMark
.
Application
:
- name
ApplicationMark
- a value of [1,2,3,4,5] // a mark of application
- application // an application that is marked
- user // a Directus user who marked the application
I want to display Application along with its ApplicationMark for the Directus user who marked it. How can I do that? What should I create? Custom layout? Custom view? Just guide me.