GitXplorerGitXplorer
g

Social-Event-Venue-Organiser

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
8cdf756fb203e2b1338bf9ed1b539fbfe193890d

Update README.md

ggr00T0x committed 6 years ago
Verified
182e3d87fcff87f5e99bbf6efd71b23b2cd48399

Delete .DS_Store

ggr00T0x committed 6 years ago
Unverified
79c7f82158d37b84eda43a525f9a241db4306a21

Finished code

committed 6 years ago

README

The README file for this repository.

Event Organiser

A small application I built in Java for a university assignment.

It is a console based application that has two main purposes:

  • A HR restricted zone
  • A terminal for general employees

The HR zone is password protected. The password is hardcoded into the sourcecode (sighs uncontrollably). This was a requirement in the brief I was set.

  • The HR zone has more admin options:
  • Such as removing venues from the array list, adding new venues and seeing the votes for venues from employees.

The main options are for 'employees' to vote for their 'venue of the month' for their social event. They can:

  • Vote for existing venues
  • Suggest new venues
  • Look at the current venues in the arraylist
  • Find the closest venue to them using their Latitude and Longitude (Thanks to the Haversine formula)