While I was playing with newTodo.rb (which is pretty rad) I didn’t know which ID went to which context.
So I created a bunch to context 1 called “one”, context 2 called “two”, context 3 called “three” etc.
So I enumerated all of my contexts and I accidently did “six”.
Now I have this in my db:
INSERT INTO “todos” VALUES(88, 6, NULL, ‘six’, NULL, ‘f’, ‘2006-08-17 18:14:40’, NULL, NULL, 1);
INSERT INTO “todos” VALUES(89, 6, NULL, ‘six-1’, NULL, ‘f’, ‘2006-08-17 18:15:31’, NULL, NULL, 1);
Is there any way to prevent users from stomping on other people’s contexts?
On the other hand, its kind of nice that you COULD add things to other people’s Tracks, HOWEVER the problem is that it will show up in my feed of all actions, but is NOT in my Tracks pages.
And the user that wound up with my NextAction cannot edit or delete it.
Any ideas?
