themaniac27 / Budcord

Blank Repo that has no purpose. I just want issue tracking.
0 stars 0 forks source link

Chart panels need to be rewritten to submit both changes and new items #40

Open themaniac27 opened 11 years ago

themaniac27 commented 11 years ago

We don't want to write every single transaction each time. We will need to do the following. -Add a column entryID.

themaniac27 commented 11 years ago

UPDATE: Instead of using vectors we will use hash maps. Hash maps will contain the data and an id. If an ID has changed it will be added to the update queue. We will also need to add a unique ID to chart tables as well as setting a new primary key.