Code Monkey home page Code Monkey logo

treasuremap's Introduction

Project:TreasureMap

Project Team: AngryPirates

	Name :			User ID:	Student ID:	Email:
	
	Greg Myers 		- u05gjm0	51013176	[email protected]
	Kieran Donohoe 		- u02kjd0	51013156	[email protected]
	Chris Shanks 		- u18cs0	51013185	[email protected]
	Samuel Cauvin 		- u01src0	51010557	[email protected]
	Alexander Stuart-Kregor - u23as0	51010371	[email protected]

To Do
greg + sam - Store
Kieran - checkout
Chris - file handling
Alex - customer

From Alex: Having had a quick peek into the package.bluej file, it's standard text encoding, so just pop it open with your favourite text editing program as it just contains settings for the interface such as dependencies of classes etc. To save merging changes, you can run 
	git reset SuperSim/package.bluej
That way, it won't be included in commits, but the file will remain and therefore we shouldn't have any conflicts. I've also branched the repo so I can make some tweaks and push them so I have another copy somewhere.
Also, something I neglected to notice, is that running
	git add -A
	git add --all
will not only update the list of files to be committed, but it will also remove deleted files from GIT's internal indexy thingy. Remember to run
	git reset SuperSim/package.bluej
after running any git command which adds all files in the directory.

Alex: The file handler is throwing nasties at me when I try and use the items.txt file.
@Alex, fixed problem. It was a bad git setting adding blank lines to the text file. ~Greg

To DO ASAP!!!

*1. Total time in store incl queue. ** Why does this need doing again? Averages for store + queue can be simple addition at end. ~G
*2. ticks start from 0 at midnight pass hour to customer from store ** Hour now passed from controller to customers constructor. Will leave to Alex to finish ~Greg ** Finished ~Alex
*3. Biased probability of customer type ** Finished, although probabilities are currently arbitrary pending research ~Alex
*4. Text file writing ** Done
*5. JavaDoc the lot ** Done
*6. Research ** Fuck it
7. Report & other doc
8. Graphics.
*9. Chris to finish item list. **Done ~Chris
*10. Loyalty card ** Finished
*10a. Stats daisy chaining ** sort of done ~Greg
*11: PERFORMANCE!: Every 1000 hours, dump arraylist to txt file instead of writing every item.
*12. Checkout closing done.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.