aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2019-02-12 16:43:25 -0600
committerWilliam Harrington <kb0iic@berzerkula.org>2019-02-12 16:43:25 -0600
commit9d589c6a200e71ba520e9024fb5b05e59c7124ac (patch)
treefe830651c67b8e1e3d6ed7e67f2d8f3ce09bce5b /README.md
parentca133e0b82d8a933b92364b7e9ab946cc7ec37c4 (diff)
README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..e73e1de 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,28 @@
+# Builddb Repository
+
+This repository helps keep track of packages in a build.
+
+## About builddb
+
+* Utilizes PHP and MySQL to keep track of packages.
+* Track Sequence, Name, Version.
+* Track Configure, Make, Install and Setup commands.
+* Provide Notes and URL's.
+* Add new records.
+* Select one or more records to remove at once.
+* Delete button not enabled until a record is selected to delete.
+* Confirm on delete
+
+## TODO
+* Work on the select all checkbox
+
+## Example Images
+
+![Adding a record](images/AddRecord.png)
+![Build and URL columns selected](images/BuildUrl.png)
+![Configure column selected](images/Configure.png)
+![Default columns](images/Default.png)
+![Submit button disabled](images/DeleteDisabled.png)
+![Submit enabled](images/DeleteEnabled.png)
+![Delete confirmation](images/DeleteConfirm.png)
+![Record Removed](images/RecordRemoved.png)