Please enable JavaScript.
Coggle requires JavaScript to display documents.
EventSmart Program, Code & Data Structures - Coggle Diagram
EventSmart Program
-
Non-Functional
-
-
-
-
User Interface
Criteria
-
Prescribed
Make Marshalling Digital, Efficient & Easily Learnable
-
CARP
-
-
-
Alignment
-
Most elements are generally aligned to the middle or sides of each form along with the top corners which are common places in many applications for controls such as buttons are placed.
Functional
-
-
Normalised Data Tables
Data is cleaned & scrubbed in order to remove unnecessary fields and to make the organisation of data more efficient, effective and reliable.
-
Code & Data Structures
-
Modules
Code that can be used repeatedly such as back button functions, user validation, working with sql commands etc
-
-
Case Functions
Used to make coding where there would be many if statements, more efficient to save space and to increase the usability of the code
-
-
-
-
Lists
Lists will be used to easily export data shown on a data grid view from the SQL Database to a CSV file
-
Try, Catch, Finally, End Try
Private/Public Subs
Further examples of modularization as they lower the amount of code required and can be repeated throughout the application
Data Grid View, Open File Dialogue & Save File Dialogue Used for importing, exporting and managing data
-