How to change the prediction deadline - efyasar/football-world-championship-prediction-game GitHub Wiki

By default, the prediction app only allows a new submission or re-submission of prediction until November 20, 2022 00:00 am. If you want to expand this default deadline of submission date value, you can change the date to any time by following the steps below.

Important: The first matches of the group matches will be completed on 24 November 2022 for each of the 8 groups. It is highly recommended that the prediction deadline be extended to a maximum of 25 November 2022.

How to edit prediction deadline for the application?

FWC Prediction Game (Client App)

  1. Make sure you update the application with latest version. Please review How to update the application

  2. Open Teams and Open the Power Apps application. Select the environment that you import the prediction game. Go to Build tab and then select See All. Select the FWC Prediction Game app and Edit.

1_1

  1. Select the App from the left menu and open the OnStart event. Then update the date value. Please don't remove or change the "en-US" definition.

2_2

  1. Select the ResultScreen and then select btn_Results_Info component from the left menu. Select and edit the Text property with formula, update the date. Please don't remove or change the "en-US" definition.

3_3

  1. Save the application and go to Build Tab. Select the FWC Prediction Game and publish it. (Details => Versions => publish the last version)

4