Skip to content

Error10556/elect.gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elect.Gen

Elect.Gen is a desktop softaware for helping with elective students distribution routine.

Feautures

  • Students distribution with different study years
  • Preferable groups size parameter calcutations
  • Different groups amount calculations
  • Input file error highlighting
  • Example input file loading
  • Explicit distribution statistics in UI
  • Complilation of distribution to XLSX file

For customer

  • Autofixing of some input file issues (Some kinds of issues related to Google Forms fillings by students happen very ofter, so fixing them automatically would save a lot of time fot)
  • Proposes for manual fixing issues in input file with colleccting possible student's data (Some issues in input file can't be fixed automatically, so customer wants to fix them manually, and perhaps connect with students for asking to refill the Google form)

Demo

The recorded demo is available on Google Drive

How To Use?

You can either build the app on your machine or use already build executable file in repository

Building the app on your machine

Use a dotnet command for building the executable file (You need to have installed dotnet 8):

dotnet publish Elect.Gen.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:PublishReadyToRun=true

Prebuild app

Deployed app (latests build) is avaliable on Google Drive

Usage

After getting the executable file you may launch it.

Sample file can be downloaded via special buttom in interface. So you need simply load your file to program, fix suggested issued/wait until the calculations will be completed and download result file.

Used technologies:

  • C#
  • dotnet 8
  • Win.Forms
  • NUnit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors