22 lines
725 B
Markdown
22 lines
725 B
Markdown
# BugVault
|
|
|
|
Welcome to BugVault!
|
|
|
|
This project aims to create a fully featured bug tracker, written in Flutter, designed for ease of use, without compromising on functionality.
|
|
|
|
## **IMPORTANT**
|
|
|
|
This project uses Hungarian Notation. Any contributions must likewise use Hungarian Notation.
|
|
|
|
Please see the table below for mappings. _NOTE_: All globals will use a `g_` prefix to indicate the variable is in a global context.
|
|
|
|
| Prefix | Purpose |
|
|
| ------ | ---------------- |
|
|
| s | String |
|
|
| i | Integer |
|
|
| b | Boolean |
|
|
| ix | Bitmask |
|
|
| v | Vector |
|
|
| L/l | List |
|
|
| d | Double |
|
|
| m | Map / Dictionary |
|