aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)