diff --git a/components/Disclaimer.vue b/components/Disclaimer.vue index 3c45c9fc33b15ea683b4653c037a75e924522be8..fe58cd3a77045a60f85a8ed3b9f22ad893d793f8 100644 --- a/components/Disclaimer.vue +++ b/components/Disclaimer.vue @@ -7,8 +7,29 @@ <v-card-text> <p class="text-justify"> - This is the initial version of the EUbOPEN Portal. + This is the initial version of the EUbOPEN Portal. Any section is open + to feedback/suggestions. </p> + <ul> + <li> + The current domain of the page (sa2qu4llf2.com) is just a random + text and can be changed to another one. + </li> + <li> + The search suggestions are random. We can discuss which properties + of the data can be used and which kind of terms would be expected to + be search for. + </li> + <li> + Likewise, the search results show the same items for any term + entered. + </li> + <li> + A yellow background in a section means that it has fake data. We can + also discuss if that section can be removed or modified and if it is + feasible to show that property. + </li> + </ul> </v-card-text> <v-divider></v-divider>