blob: e73e1de68fccd6bd90b985e637ac81667f3cc95b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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)
|