Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Use init.json properties for "Showing feedback button" #46

Open
michalharakal opened this issue Mar 21, 2019 · 0 comments
Open

Use init.json properties for "Showing feedback button" #46

michalharakal opened this issue Mar 21, 2019 · 0 comments

Comments

@michalharakal
Copy link
Collaborator

michalharakal commented Mar 21, 2019

Rules to show feedback:

  • after talk has been started
  • feedback feature avaliable for the conference
  • user logged in ???
  • showed only during the span of timeSlotVisible Minutes

Sample data for Javaland 2019:

{
    "id": "javaland2019",
    "name": "JavaLand 2019",
    "year": "2019",
    "url": "http://javaland.dukecon.org/2019",
    "homeUrl": "http://www.javaland.eu",
    "homeTitle": null,
    "imprint": {
        "de": "https://www.javaland.eu/de/impressum/",
        "en": "https://www.javaland.eu/en/imprint/"
    },
    "termsOfUse": {
        "de": "https://www.javaland.eu/de/nutzungsbedingungen/",
        "en": "https://www.javaland.eu/en/term-of-use/"
    },
    "privacy": {
        "de": "https://www.javaland.eu/de/datenschutz/",
        "en": "https://www.javaland.eu/en/privacy/"
    },
    "startDate": "2019-03-19",
    "endDate": "2019-03-21",
    "authEnabled": true,
    "admin": "../rest/admin/javaland2019",
    "forceUpdate": "../rest/conferences/update/javaland2019",
    "conferences": "../rest/conferences/javaland2019",
    "events": "../rest/eventsBooking/javaland2019",
    "keycloak": "../rest/keycloak.json",
    "feedbackServer": {
        "active": true,
        "timeSlotVisible": 10080
    }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant