Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Usage guide

Electron_prod edited this page Jan 25, 2024 · 9 revisions

Using gui to create configuration

Adding new class

  1. Press 'Add class' button on the left panel
  2. In the dialog box, enter the name of the class
  3. Success!

Removing class

  1. Select class to remove in the top selector on the left panel
  2. Press 'Delete class' button
  3. Press 'ok' to continue
  4. Success!

Using view changer

You can select class and day in two selectors on the left panel

Adding new lesson

  1. Select class and day in view changer
  2. Fill all input fields on the right panel (In time field you must put time in format as '9:00' or '09:00')
  3. Press 'Add lesson' button
  4. Success!

Deleting lesson

  1. Select lesson to delete in list on the center
  2. Press 'Delete lesson' button
  3. Success!

Delete all data

  1. Go to menu 'File' on the top and click 'Clear' button
  2. Success!

Using 'Import' function

Creating .CSV file in Microsoft Exel

  1. Create new file in Exel
  2. You need to fill file with format like this:
image

Markup words:

  • '!Class' - add class, must be in 'A' column. Class name must be in 'B' column.
  • '!Day' - set day to add lessons, must be in 'A' column. Day id must be in 'B' column.
  • Note: Day id can be 1-7 (Monday-Sunday)

Adding lessons format

  • In column "A" must be lesson's time.
  • In column "B" must be lesson's name.
  • In column "C" must be lesson's teacher.
  1. Save it as '.CSV (MS-DOS)'
  2. If this file contains non-English letters, then you need to convert the file encoding to UTF-8 using third-party programs.

For windows you can convert file to UTF-8 using build-in notepad:

  • Open the file with notepad.
  • Use 'Save As' function and select encoding to 'UTF-8' in selector and press 'Save'
  • Success!

Importing data from .CSV to program

  1. Go to menu 'File' on the top and click 'Import' button
  2. Select your .CSV file in filesystem and press 'Open' button
  3. Wait for message 'Import done'. If you received other, check this page.
  4. Success!

Using 'Export' feature

  1. Go to menu 'File' on the top and click 'Send' button
  2. Save configuration file in location you want
  3. Success!

Using 'Send' function

  • Go to menu 'File' on the top and click 'Send' button
  • Enter in first dialog message enter server's adress in format: 'IP:PORT'
  • Enter in second dialog message enter auth information in format: 'LOGIN:PASSWORD'
  • Wait for message 'Sent data to server.' If you received other, check this page.