The overall design for the Selective Drop Down menu is depicted HERE
The basic idea is to create tiers of searching based on grade level standards and other qualifiers.
QUESTION:
If we want to call standards, do we call them from a JSON file on the Heroku side?
Config.py: Information about calling from Database
S3 Server: where all the large static files are stored, IMAGES, SOUNDS VIDEO
Heroku Hosting: Codebase, database, user information, (anything searchable)
Hi!
The overall design for the Selective Drop Down menu is depicted HERE
The basic idea is to create tiers of searching based on grade level standards and other qualifiers.
QUESTION: If we want to call standards, do we call them from a JSON file on the Heroku side?
Config.py: Information about calling from Database
S3 Server: where all the large static files are stored, IMAGES, SOUNDS VIDEO Heroku Hosting: Codebase, database, user information, (anything searchable)
Potentially helpful links: https://www.codementor.io/angularjs/tutorial/create-dropdown-control http://www.w3schools.com/sql/sql_where.asp SEE SQL Select, SEE SQL Where