diff --git a/ilmotunkki/README.md b/ilmotunkki/README.md index 05d18b3..686d79f 100644 --- a/ilmotunkki/README.md +++ b/ilmotunkki/README.md @@ -1,49 +1,49 @@ # Ilmotunkki ## Terms -- Signup, Form with collection of questions -- Response, One answer to some signup -- Quota, Amount of people allowed to respond with some option selected. - - In generic case there is no option and quota is just max number of people. +- Signup, Form with collection of questions +- Response, One answer to some signup +- Quota, Amount of people allowed to respond with some option selected. + - In generic case there is no option and quota is just max number of people. ## Requirements -- Officials may generate signups forms -- Officials may see results from signups -- Officials may see some stats from their signups - - for example distributions of multiple choice answers -- Officials should be able to edit signups wherever possible - - Propably not possible to edit after first response -- Officials should be able to delete responses -- Officials should be able to embed payment information to the signup? - - TODO: is there need for unique reference numbers for every response? -- Officials should be able to save a signup to a reusable template. - - Possibility to save templates? +- Officials may generate signups forms +- Officials may see results from signups +- Officials may see some stats from their signups + - for example distributions of multiple choice answers +- Officials should be able to edit signups wherever possible + - Propably not possible to edit after first response +- Officials should be able to delete responses +- Officials should be able to embed payment information to the signup? + - TODO: is there need for unique reference numbers for every response? +- Officials should be able to save a signup to a reusable template. + - Possibility to save templates? -- Signup may be attached to an event - - Multiple signups to a single event should be possible (FTMK uses for museum visits? Erna asked if it was possible in old web) - - Possibility for external service (Google Form, URL will suffice) +- Signup may be attached to an event + - Multiple signups to a single event should be possible (FTMK uses for museum visits? Erna asked if it was possible in old web) + - Possibility for external service (Google Form, URL will suffice) -- Signup should support custom quotas - - Atleast quotas from multiple choices and checkboxes - - Text quotas are risky (typos everywhere!!) -- Signup should have start and end times -- signup should support atleast following questiontypes - - Text - - multiple choice (select one) - - checkbox (boolean yes/no) +- Signup should support custom quotas + - Atleast quotas from multiple choices and checkboxes + - Text quotas are risky (typos everywhere!!) +- Signup should have start and end times +- Signup should support atleast following questiontypes + - Text + - multiple choice (select one) + - checkbox (boolean yes/no) -- Signup should support reserve slots. - TODO: quota based reserves or generic? or both? +- Signup should support reserve slots. + - TODO: quota based reserves or generic? or both? -- Responding should send confirm email -- Response should be editable by responder and only by the responder until the closing of the signup - - TODO: is there need to custom edit period or disable? +- Responding should send confirm email +- Response should be editable by responder and only by the responder until the closing of the signup + - TODO: is there need to custom edit period or disable? -- Responders should see amount of quotas left. -- Responders should see some information about other responses - - TODO: names? should this be editable by officials? - - Or superadmin can edit and the one signing up within edit period - - NOTE: Quota related info is exposed if any info is printed - - When quotas need to be hidden? PoTa? +- Responders should see amount of quotas left. +- Responders should see some information about other responses + - TODO: names? should this be editable by officials? + - Or superadmin can edit and the one signing up within edit period + - NOTE: Quota related info is exposed if any info is printed + - When quotas need to be hidden? PoTa? diff --git a/infoscreen/static/infoscreen/css/abb.css b/infoscreen/static/infoscreen/css/abb.css index 3176b43..af6e203 100644 --- a/infoscreen/static/infoscreen/css/abb.css +++ b/infoscreen/static/infoscreen/css/abb.css @@ -2,7 +2,10 @@ body { font-family: 'Open Sans', sans-serif; } -#header { +#header:after { + content: " "; + display: block; + clear: both; } #header-logo { diff --git a/infoscreen/static/infoscreen/html/abb.html b/infoscreen/static/infoscreen/html/abb.html index ea32d30..45b8396 100644 --- a/infoscreen/static/infoscreen/html/abb.html +++ b/infoscreen/static/infoscreen/html/abb.html @@ -28,6 +28,6 @@
+