add basic functionality to front end

This commit is contained in:
Kyle Klaus
2020-04-10 17:33:14 -07:00
parent f990d3f674
commit 46a9f5cb96
7 changed files with 111 additions and 33 deletions

View File

@ -10,6 +10,7 @@ const model = Backbone.Model.extend({
modified_on: null,
name: '',
items: [],
clients: [],
// The following are expansions:
owner: null
};