Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 997 Bytes

File metadata and controls

29 lines (29 loc) · 997 Bytes

Alumni Program

This is Group 3's Alumni Program for Computer Science 2. It is a program for a fictional Alumni Association that is planning to hold events for alumni to attend.

Format of the text files used for saving

alumni.txt

id % name % address % major % gradYear % job % org % password

donations.txt

alumni id % event id % donation amount % year % month % day % hour % min % sec

events.txt

  • event info + guest speaker id
  • date time info
  • host info
  • attendant arraylist of ids
event id % name % room # % total spots % guest speaker id
year % month % day % hour % min
host id % topic % phone # % email 
attendant id % attendant id % attendant id % attendant id % 

training.txt

  • training info
  • date time info
  • host info
  • attendant arraylist of ids
training id % name % room # % total spots % guest speaker id % skill
year % month % day % hour % min
host id % topic % phone # % email 
attendant id % attendant id % attendant id % attendant id %