Skip to content

The application is used to randomly assign members to four groups. The only criteria of assignment is member's experience level.

License

Notifications You must be signed in to change notification settings

Mskat/generator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generator App

The application is used to randomly assign members to four groups. The only criteria of assignment is member's experience level.

Table of Contents

General info

The project has been created in cooperation with the participants of the Facebook group which I was part of. The group's goal was to learn programming in Java and to acquire cooperation skills in a team.

Technologies

  • Java 7+
  • Maven
  • Setup

    You should define the "pathFile" variable before running the program. It allows you to use your own members list. You can do that in MemberList class in method:

    getAllMembersList()
    

    Next go to generator-app/src/main/java directory.
    Run the commands:

    javac pl/generator/GeneratorApp.java
    java pl.generator.GeneratorApp
    

    Features

    1. Assigning members to four groups:
      • Cosmonauts
      • Gamers
      • Hollywood Wives
      • Heroes
    2. Assigning members based on their level of programming skills:
      • Starter
      • Junior
      • Ordinary
      • Commando
    3. Allowing the use of your own text file with the members list.

    Sources

    The inspiration to create the application was the need to evenly divide a group of 20 people with different level of programming skills, into four smaller groups.

    About

    The application is used to randomly assign members to four groups. The only criteria of assignment is member's experience level.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages