Please enable JavaScript.
Coggle requires JavaScript to display documents.
Analysis of Data Environment and User Interface - Coggle Diagram
Analysis of Data Environment and User Interface
Prescribed
Programmed Components
Functionality
Efficiency
Speed of Transmission
Pilot can request a flight time
Search available (licensed) supervisors who haven't been booked
Search drone models available
Autofill user details
Non-Malicious intent of the demographic
Automated
Confirmation prompt sent to client email
Supervisors can provide feedback to pilot IDs
Pilots can view only their relevant data
XML Http request for asynchronous programming
Client can export data
Backed up prior to manipulation
Intangible view of the data before exportation
Can then be downloaded as a .xlms file
Filters relevant data
Generates a report of each drone models total flight time in minutes
Self-Determined
User Interface
Effectively Adheres to usability principles
Safety/Privacy
Data is not sensitive in nature
Learnability/Effectiveness
Successfully adheres to alignment principles
Successfully adheres to repetition elements
Seemless request process
#
Reflection of real world concepts
Responsiveness/Portability
Bootstrap
DOM
Data Environment
Prevention of SQL injection
Sanitised user input
Secure database insertion
Queries are interpreted in the business layer, yet, manipulated by the database layer
Stored procedures
SQL Server