Giga Push (it is 1:30 am and I am tired)
Backend Structure implemented All Ratings will be pulled and validated Pop Up notfies user about all his ratings If confirmed, data will be send to the supabase server (if any data was found) No comments were made, who else needs to read this?
This commit is contained in:
@@ -12,16 +12,16 @@ class LanguageProvider extends ChangeNotifier {
|
||||
},
|
||||
"textfield": "Dein Feedback",
|
||||
"pageAmbiente": {
|
||||
"question1": "Frage1",
|
||||
"question2": "Frage2",
|
||||
"question1": "Frage1*",
|
||||
"question2": "Frage2*",
|
||||
},
|
||||
"pageAnmerkungen": {
|
||||
"question1": "Frage1",
|
||||
"question2": "Frage2",
|
||||
"question1": "Frage1*",
|
||||
"question2": "Frage2*",
|
||||
},
|
||||
"pageEssen": {
|
||||
"question1": "Geschmack",
|
||||
"question2": "Qualität",
|
||||
"question1": "Geschmack*",
|
||||
"question2": "Qualität*",
|
||||
},
|
||||
"pageHome": {
|
||||
"noTimePopupTitle": "Du kannst gerade nicht bewerten!",
|
||||
@@ -30,12 +30,12 @@ class LanguageProvider extends ChangeNotifier {
|
||||
"noTimePopupButton": "OK"
|
||||
},
|
||||
"pageService": {
|
||||
"question1": "Frage1",
|
||||
"question2": "Frage2",
|
||||
"question1": "Frage1*",
|
||||
"question2": "Frage2*",
|
||||
},
|
||||
"pageSpecial": {
|
||||
"question1": "Frage1",
|
||||
"question2": "Frage2",
|
||||
"question1": "Frage1*",
|
||||
"question2": "Frage2*",
|
||||
},
|
||||
"navBar": {"0": "Essen", "1": "Service", "2": "Essenswünsche"},
|
||||
"floating": {
|
||||
@@ -57,16 +57,16 @@ class LanguageProvider extends ChangeNotifier {
|
||||
},
|
||||
"textfield": "Your Feedback",
|
||||
"pageAmbiente": {
|
||||
"question1": "Question1",
|
||||
"question2": "Question2",
|
||||
"question1": "Question1*",
|
||||
"question2": "Question2*",
|
||||
},
|
||||
"pageAnmerkungen": {
|
||||
"question1": "Question1",
|
||||
"question2": "Question2",
|
||||
"question1": "Question1*",
|
||||
"question2": "Question2*",
|
||||
},
|
||||
"pageEssen": {
|
||||
"question1": "Taste",
|
||||
"question2": "Quality",
|
||||
"question1": "Taste*",
|
||||
"question2": "Quality*",
|
||||
},
|
||||
"pageHome": {
|
||||
"noTimePopupTitle": "You cannot rate right now!",
|
||||
@@ -75,12 +75,12 @@ class LanguageProvider extends ChangeNotifier {
|
||||
"noTimePopupButton": "OK"
|
||||
},
|
||||
"pageService": {
|
||||
"question1": "Question1",
|
||||
"question2": "Question2",
|
||||
"question1": "Question1*",
|
||||
"question2": "Question2*",
|
||||
},
|
||||
"pageSpecial": {
|
||||
"question1": "Question1",
|
||||
"question2": "Question2",
|
||||
"question1": "Question1*",
|
||||
"question2": "Question2*",
|
||||
},
|
||||
"navBar": {"0": "Food", "1": "Service", "2": "Food Requests"},
|
||||
"floating": {
|
||||
@@ -102,16 +102,16 @@ class LanguageProvider extends ChangeNotifier {
|
||||
},
|
||||
"textfield": "Votre avis",
|
||||
"pageAmbiente": {
|
||||
"question1": "Question1",
|
||||
"question2": "Question2",
|
||||
"question1": "Question1*",
|
||||
"question2": "Question2*",
|
||||
},
|
||||
"pageAnmerkungen": {
|
||||
"question1": "Question1",
|
||||
"question2": "Question2",
|
||||
"question1": "Question1*",
|
||||
"question2": "Question2*",
|
||||
},
|
||||
"pageEssen": {
|
||||
"question1": "Goût",
|
||||
"question2": "Qualité",
|
||||
"question1": "Goût*",
|
||||
"question2": "Qualité*",
|
||||
},
|
||||
"pageHome": {
|
||||
"noTimePopupTitle": "Vous ne pouvez pas évaluer pour le moment !",
|
||||
@@ -120,12 +120,12 @@ class LanguageProvider extends ChangeNotifier {
|
||||
"noTimePopupButton": "D'ACCORD"
|
||||
},
|
||||
"pageService": {
|
||||
"question1": "Question1",
|
||||
"question2": "Question2",
|
||||
"question1": "Question1*",
|
||||
"question2": "Question2*",
|
||||
},
|
||||
"pageSpecial": {
|
||||
"question1": "Question1",
|
||||
"question2": "Question2",
|
||||
"question1": "Question1*",
|
||||
"question2": "Question2*",
|
||||
},
|
||||
"navBar": {
|
||||
"0": "Nourriture",
|
||||
|
||||
Reference in New Issue
Block a user