Skip to content
Snippets Groups Projects
Commit 6ad25ebc authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 73b17eac
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,9 @@ Define a core data `Track` entity that contains, at a minimum, a name,
a timestamp, and a sequence of coordinates.
You could create multiple entity types, such as a *Track* and a *Point*, and
then establish relationships between them. It is also acceptable
then establish relationships between them (full credit). It is also acceptable
to serialize the set of points as a JSON, and represent that in the Track as
"binary data".
"binary data" (-3 pts).
## Step 4: Track Tab (25 pts)
This tab should show all saved tracks, allow deleting of individual tracks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment