Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data Web Application - Coggle Diagram
Data Web Application
User Problem
Customer
-
-
-
-
Requirements of Job
Check status of his unique delivery, including other relevant details (such as description, weight or cost)
Dispatch Manager
Requirements of Job
Check the dangerous goods disclaimer is signed before assigning to delivery courier, and if it isn't, notify customer to attend for required signature before processing.
Creates delivery lists according to delivery region -NORTH, EAST, WEST or SOUTH
Prioritizes and dispatches regional lists of articles to courier drivers, and marks associated deliveries as DELIVERING.
-
-
-
-
-
-
-
Developer Problem
-
Coding Environment
HTML
HyperText Markup Language is the standard markup for web documents, defining content and structure, often aided by technologies like Cascading Style Sheets and JavaScript.
Flask
Flask is a Python-based microweb framework that lacks specific tools or libraries, relying on pre-existing third-party libraries for common functions.
Python
Python is a high-level programming language that supports object-oriented, functional, and structured programming paradigms, promotes code readability through indentation, is garbage-collected, and dynamically typed.
CSS
CSS is a style sheet language used to style documents written in markup languages like HTML or XML, a fundamental technology in the World Wide Web.
Data Environment
DB Browser
DB Browser is a visual tool used to organize commands sent to SQLite. With databases, it's easy to lose track of commands that have been run. DB Browser lets you see exactly the sequence of commands you are executing before you run them.
SQL
Structured Query Language is a domain-specific language used to manage data, especially in a relational database management system. It is particularly useful in handling structured data, i.e., data incorporating relations among entities and variables.