cropped company logos
This commit is contained in:
parent
2a2f0096ee
commit
11e0eb7d92
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,7 +0,0 @@
|
||||
##Goals/Tasks for Week of Sep 13
|
||||
|
||||
1.Get OscarHost demographics update/create to work
|
||||
2. Add testing for user verification/reset password
|
||||
3. Fix bugs in GUI (user login and form creation)
|
||||
4. Start creating E2E tests for user login/signup
|
||||
5. Start testing GUI on different browsers/resolutions
|
||||
@ -1,7 +0,0 @@
|
||||
###User Stories
|
||||
|
||||
1. A new patient walks up to kiosk, fills out new patient form, is detected to be new user, is added to OscarHost EMR and then completes form.
|
||||
|
||||
2. A patient walks up to kiosk, fills out new patient form, is detected to be current user, updates OscarHost EMR profile, and then completes form.
|
||||
|
||||
3. Manager wants to update or create form, so he logs into system, updates form and then changes are reflected in kiosk at front of clinic.
|
||||
@ -1,14 +0,0 @@
|
||||
KioskForm Requirements
|
||||
======================
|
||||
|
||||
##MVP
|
||||
-Must be webform accessible online
|
||||
-Can create new/update current OscarHost patient from webform
|
||||
-Forms must be editable by admin
|
||||
-Forms questions must be showed/not showed by logic statement
|
||||
-Must have basic input types (Phone, Legal Signature, Email, Phone, Name, Dropdown, etc)
|
||||
|
||||
|
||||
###Optional
|
||||
-Must be secure and encrypted ()
|
||||
|
||||
@ -1,13 +0,0 @@
|
||||
Device: iPhone 6 with Safari on iOS 9
|
||||
|
||||
User: Grace Lam
|
||||
|
||||
Date: November 12th, 2015
|
||||
|
||||
Maybe password hint would be nice, like if you needed a capital letter or number in it
|
||||
I'm on iOS mobile and the grey title is too big compared to everything else
|
||||
Home page is not centre aligned
|
||||
I would use a different background image.. Shows up strange on small screen, thought it was palm trees at first
|
||||
Cute logo :)
|
||||
Also in the "sign in" forgot password doesn't do anything
|
||||
I haven't gotten the confirmation email yet
|
||||
@ -1,33 +0,0 @@
|
||||
Data Schema for LogicJump
|
||||
-----------------------------
|
||||
|
||||
##Initial Structure/Hierarchy
|
||||
|
||||
**Each LogicJump has:**
|
||||
-"Boolean Statement"
|
||||
-Question to Jump to if Boolean Statement is T
|
||||
-Question to Jump to if Boolean Statement is F
|
||||
|
||||
**Each "Boolean Statement" has:**
|
||||
-List of "If.. then.. statements" that are chained with ANDs or ORs
|
||||
|
||||
Each "If.. then.. statement" is structured like
|
||||
-If.. A condition1 B then...
|
||||
|
||||
|
||||
##What we need to store
|
||||
|
||||
####Constants
|
||||
1. List of valid "conditions" (aka boolean comparison operators)
|
||||
2. List of valid statement "chainers" (aka AND, OR, NOR, NAND etc)
|
||||
|
||||
####Javascript Mongoose Object
|
||||
IfElseStatement = {
|
||||
value1: 'true',
|
||||
value2: 'false',
|
||||
condition: 'isEqual',
|
||||
}
|
||||
|
||||
BooleanStatement = {
|
||||
|
||||
}
|
||||
@ -1,29 +0,0 @@
|
||||
Logic Engine
|
||||
------------
|
||||
|
||||
##Rules for String Comparison
|
||||
**All rules compare left with right (one-way comparison)**
|
||||
-Equal
|
||||
-NotEqual
|
||||
-BeginsWith
|
||||
-EndsWith
|
||||
-Contains
|
||||
-NotContains
|
||||
|
||||
##Rules for Number Comparison
|
||||
**All rules compare left with right (one-way comparison)**
|
||||
-Equal
|
||||
-NotEqual
|
||||
-GreaterThan
|
||||
-SmallerThan
|
||||
-GreaterThanOrEqual
|
||||
-SmallerThanOrEqual
|
||||
|
||||
##Rules for Boolean Comparison
|
||||
**All rules compare left with right (one-way comparison)**
|
||||
-Equal
|
||||
-NotEqual
|
||||
-OR
|
||||
-AND
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 14 KiB |
File diff suppressed because it is too large
Load Diff
@ -1,31 +0,0 @@
|
||||
##Tester 1: Justin Crosby
|
||||
Browser: Chrome
|
||||
Resolution: 1920x1080
|
||||
OS: Windows 10
|
||||
|
||||
|
||||
Landing Page:
|
||||
Horizontal Scroll Bar Bug
|
||||
create new form view (in listForms):
|
||||
name field input is outside the red box
|
||||
languages aren't capitalized
|
||||
name field should be right next to label to be consistent
|
||||
|
||||
Admin Form View
|
||||
it says drag and drop fields but there's no drag and drop, have to click
|
||||
DropdownList Rendering Problems (see justin_testing2.jpg)
|
||||
|
||||
|
||||
##Tester2: Evan Moore
|
||||
Browser: FB Messenger Browser (Webkit)
|
||||
Phone: iPhone 5
|
||||
|
||||
Well first thing I see is that some of the fields are compressed kinda weird on my iPhone (see evan_testing1.jpg)
|
||||
|
||||
And the settings button at the top right is a little hard to make out any of the detail, but that's a pretty minor fix
|
||||
|
||||
When I try to change the title of one of the fields, it bugs out quite a bit too
|
||||
|
||||
Like it seems to be trying to update the info before I've finished typing
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user