Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old game zombie trees #4

Open
Nokel81 opened this issue Jul 28, 2017 · 0 comments
Open

Old game zombie trees #4

Nokel81 opened this issue Jul 28, 2017 · 0 comments

Comments

@Nokel81
Copy link
Owner

Nokel81 commented Jul 28, 2017

Once the data from the old hvz site is provided the method of providing the older zombie trees. This should be done with a new table in the database.
Schema:

gameName: String,
gameDate: Date,
zombies: [{
    label: String, //Name of zombie
    id: String
}],
edges: [{
    to: String,
    from: String
}]

After this there should be added the the data-access/functions/graphs/getAllTrees a call to get them all in reverse time (so newest first) and the appended to the list after static extra data is added.

@Nokel81 Nokel81 modified the milestone: 2.0 Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant