incredibleMachines / 30PP

Player and Uploader App for 30 Park Place
0 stars 0 forks source link

Event detail: Add New Scene #23

Closed itsjennkaye closed 10 years ago

itsjennkaye commented 10 years ago

Should "scene type" and "zone type" be required fields?

piuggi commented 10 years ago

These should be, the’ll be default, likely zone_type will be modified by scene type - ie. scene type 0 only has two zone options; scene type 1 has only three zone options etc.

In this model zone type isn’t ever modified by the user. We can disable access, but still show it live, because or db, frontend and player app need this info.

On Monday, February 17, 2014 at 2:38 PM, itsjennkaye wrote:

Should "scene type" and "zone type" be required fields?

— Reply to this email directly or view it on GitHub (https://github.com/incredibleMachines/30PP/issues/23).

itsjennkaye commented 10 years ago

Mostly asking because I was able to create a new scene without selecting anything from either dropdown. I could go back and add that info after I created the zone, just wondered if modal dialog should throw an error initially or not. Not a huge deal.

On Mon, Feb 17, 2014 at 2:45 PM, piuggi notifications@github.com wrote:

These should be, the'll be default, likely zone_type will be modified by scene type - ie. scene type 0 only has two zone options; scene type 1 has only three zone options etc.

In this model zone type isn't ever modified by the user. We can disable access, but still show it live, because or db, frontend and player app need this info.

On Monday, February 17, 2014 at 2:38 PM, itsjennkaye wrote:

Should "scene type" and "zone type" be required fields?

Reply to this email directly or view it on GitHub ( https://github.com/incredibleMachines/30PP/issues/23).

Reply to this email directly or view it on GitHubhttps://github.com/incredibleMachines/30PP/issues/23#issuecomment-35316470 .

itsjennkaye.com http://www.itsjennkaye.com

piuggi commented 10 years ago

Adding a simple html required would fix this. It think its more important for the text fields than the drop downs which are prompted to fill the drop downs correctly.