Project

General

Profile

Feature #545

Updated by RishiKesh Tuniki 5 days ago

We need to implement a **Sync Configuration Screen** as part of the Windows Service application. 
 This screen should be developed using **Windows Forms** and integrated with the existing **Windows Service** that performs the sync operations. 

 The purpose of this configuration screen is to allow to control which APIs should sync and how frequently they should run. 


 Create a new Windows Form that displays a list of all available sync APIs. 
 Each API row should include the following controls: 

 * **Enable / Disable** toggle or checkbox 
 * **Sync Frequency** input, supporting: 

  * **Minutes** 
  * **Hours** 
  * **Days** 

 Configuration values must be persisted (local storage/config file). 

 ### Reference Doc 
 https://docs.google.com/document/d/1gtSlonsfpSmzBsImbFbnwH1kRXXIJWyp/edit

Back