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

Removing old dates and adding new ones at the end shifts availability? #37

Open
spaetow opened this issue Oct 10, 2014 · 1 comment
Open

Comments

@spaetow
Copy link

spaetow commented Oct 10, 2014

I think there seems to be a problem with dates. Let's suppose I start a Foodle with 5 dates:

Monday, Tuesday, Wednesday, Thursday, Friday.

Two people respond and mark 'Monday' and 'Tuesday' as unavailable. Now I delete Monday and Tuesday, and add them at the end (i.e. the next week).

After this, their existing responses now claim that 'Wednesday' and 'Thursday' are now unavailable, instead of showing Wednesday through Friday as available and Monday and Tuesday as 'i' (i.e. not filled in).

There's a test Foodl that demonstrates this:

http://foodl.org/foodle/Test-Foodle-5437b

I marked Wednesday as unavailable. Now Friday is marked as unavailable.

That's not right, is it?

@kressnerd
Copy link

kressnerd commented Jun 28, 2016

That looks like a serious bug to me. The answers are treated column by column and not as an entity answer. If you delete e.g. the date in column 2 then these answers become the new answers of column 3.

Mo Tu We Th Fr
y y n n y
delete Tu
Mo We Th Fr
y y n n

The answers should not be bound to the column but to the date. Or just forbid editing columns with existing answers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants