Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
23 check-ins
|
2021-03-16
| ||
| 16:32 | [+] Aside heading gets randomly-generated image from picsum.photos Leaf check-in: de11c7b8d8 user: jspann128@gmail.com tags: master, trunk | |
| 13:34 | [+] Dynamic Ticket Counter & Search Adjustments check-in: db2ef6398d user: jspann128@gmail.com tags: master, trunk | |
|
2020-09-17
| ||
| 14:50 | [+] All Outstanding Changes & Improved Search * All existing changes in eventsKS proxyDbJS searchJS + searchJS:11 search filters via title content (all case desctiption content) [jspann] check-in: 9570d7c6d9 user: jspann128@gmail.com tags: master, trunk | |
|
2020-03-12
| ||
| 20:16 | [+] New Worked Step Field/Checkbox searchJS: + New checkbox and label for steps worked field mainCSS: ~ Appropriate adjustments to CSS for worked box + Fixed display width for new record description images * All images assumed to be 100% width [jspann] check-in: 0f876f8855 user: jspann128@gmail.com tags: master, trunk | |
|
2020-03-05
| ||
| 17:36 | [+] Option to Hide COmpleted Tickets indexHTML: + New Hide Completed checkbox appJS: + hidecompleted config option searchJS: + Event declaration for .hidecompleted checkbox click + Handle in searchListToDbSet() for hiding completed tickets mainCSS: ~ Altered li checkboxes to ignore .hidecompleted [jspann] check-in: df46cb2233 user: jspann128@gmail.com tags: master, trunk | |
|
2020-02-26
| ||
| 21:59 | [~] Styling Adjustments mainCSS: + New classes and layout searchJS: + Proper CSS added to dynamically made elements [jspann] check-in: 5d75b75945 user: jspann128@gmail.com tags: master, trunk | |
| 21:27 | [~] Code Cleanup & Ticket Name Editing in TitleBar dbPHP, searchJS, proxyDbJS: ~ Code cleanup - Old code searchJS: + Ticket loading from li now sets title in titlebar to ## - namefield proxyDbJS: + Handle for undefined table row on update() [jspann] check-in: 73f24eafcf user: jspann128@gmail.com tags: master, trunk | |
| 20:18 | [~] Proper Deletion of Ticket/Steps proxyDbJS: ~ Deletion focuses on kvp instead of id for deletion parameters searchJS: ~ Code cleanup dbPHP: ~ dbDelete() properly parses single kvp passed to delete records [jspann] check-in: c1aa626eb9 user: jspann128@gmail.com tags: master, trunk | |
| 18:34 | [~] Fixed Laziness Bugs dbPHP: ~ Delete is now just by unique id field only searchJS: + Listing item delete button click deletes entry + Debug logging proxyDbJS: + Proper checks for NaN iterators in update and delete [jspann] check-in: dbb18b413c user: jspann128@gmail.com tags: master, trunk | |
|
2020-02-24
| ||
| 21:43 | [~] Corrected Basic CRUD Functionality dbPHP: ~ Check for ID now performs auto-increment on add/INSERT ui-drawJS, proxyDbJS: ~ Code cleanup searchJS: + Element handling for 'dynamic' steps data entry/removal [jspann] check-in: c7ca7656e9 user: jspann128@gmail.com tags: master, trunk | |
| 20:53 | [+] Basic DELETE Functionality apiPHP: + Handles for DELETE request or d option in POST dbPHP: + Simple dbDelete() proxyDbJS: ~ Fixed removing item from db object + db.delete() handling for splicing correct index searchJS: ~ Code cleanup and testing [jspann] check-in: 75f80ea596 user: jspann128@gmail.com tags: master, trunk | |
| 20:12 | [+] New Step Basic Entry Form ui-drawJS: + New fn()s to handle creating new elements related to steps searchJS: + New step entry item added after all current steps rendered appJS: ~ Starts up with visible sidebar [jspann] check-in: 8229cc8130 user: jspann128@gmail.com tags: master, trunk | |
|
2020-02-21
| ||
| 21:50 | [+] Completed Ticket Checkbox and Delete Button eventsJS: ~ No longer drawing description fields due to new adding procedure searchJS: + New adding procedure + Checkbox added for current item + Delete button for current item*basic mainCSS: + Appropriate styles for completed checkboxes and delete buttons [jspann] check-in: 5158d4c15f user: jspann128@gmail.com tags: master, trunk | |
| 20:36 | [+] Basic Updating Description Fields eventsJS: + eventUpdateDesc() ~ Code migration for ui-drawJS mainCSS: + Styles for .ticket-description elements ui-drawJS: ~ Moved old, duplicated code from search,events to here * Will use to draw all dynamic elements + Reference in indexHTML [jspann] check-in: 46e577d203 user: jspann128@gmail.com tags: master, trunk | |
|
2020-02-20
| ||
| 17:50 | [~] README Updates readmeMD: + Basic info on ticketing screen + Vague info on inventory screen [jspann] check-in: 0f750227ca user: jspann128@gmail.com tags: master, trunk | |
| 17:07 | [+] Basic New Main Record Insert apiPHP: + Handle for adding to DB from API JSON dbPHP: + Simple dbAdd() with dynamic records * Using :bind vs 0... because values are not in sync eventsJS: ~ Cleaned up table name to be shared across all new adding fn()s dbPHP: ~ Fixed callback references to actual db.load instead of db.load() [jspann] check-in: 0eaf8ebbee user: jspann128@gmail.com tags: master, trunk | |
| 15:50 | [+] Basic Client DB Adding eventsJS: + addNewRecordEvent() ~ addNewRecordEvent fires on new button mainCSS: + Basic stylings for header input appJS: + table and table.active to get active app table (tickets, inventory, etc) proxyDbJS: + db.add() + Proper handle in db.update() to do local db{} first [jspann] check-in: 492fc85639 user: jspann128@gmail.com tags: master, trunk | |
|
2020-02-19
| ||
| 21:32 | [+] Action Events, App JS Files eventsJS: + "New" button toggle event moved here + References to _app{} stylesJS: ~ Main menu visibility now set via _app{} for greater power appJS: + _app{} configuration and globals to be shared across files indexHTML: + References appJS for _app{} access ~ Displays clean UI by default [jspann] check-in: 05ba0356fc user: jspann128@gmail.com tags: master, trunk | |
| 20:53 | [~] UI Simplification indexHTML: - Old elements/ideas + "New" action button for adding new records * Focus of session will determine new inventory item or new ticket entry mainCSS: + Styles for action button like main menu * Action button text to change on context (add/cancel) ~ Moved mainmenu and actionnew specific styles from unified styles [jspann] check-in: 403467cd3b user: jspann128@gmail.com tags: master, trunk | |
| 20:33 | [~] PHP Code Cleanup apiPHP: ~ Code cleanup - Old code + Comments for clarity ~ DB code moved to new file dbPHP: ~ Get functionality uses better $pdo->prepare() instead of $pdo->query() ~ Cleaned up array handling & simplified ~ JSON conversions moved out of db fn()s + Comments for clarity - Deprecated code/comments [jspann] check-in: 99113720ce user: jspann128@gmail.com tags: master, trunk | |
| 20:07 | [+] Basic API Reading and Writing * Many changes to have simple GET functionality because I'm rusty apiJS: ~ Target uses dynamic, proper way of determining server target proxyDbJS: ~ Replaced dummy data with placeholder info for no connection ~ Table data moved to db.data for dynamic updates + db.load() to refresh all data from server *ineffecient searchJS: ~ Steps adjusted to work off of proper steps table db calls ~ Code cleanup apiPHP: ~ Code cleanup to use proper $pdo->prepare($queryString) + GET and SELECT functionality for getting DB data [jspann] check-in: 4f31f37222 user: jspann128@gmail.com tags: master, trunk | |
|
2020-02-18
| ||
| 00:01 | [I] Initial Project + Basic web-app UI + Database, API files + Basic write-only backend PHP [jspann] check-in: bd78e5a803 user: jspann128@gmail.com tags: master, trunk | |
|
2020-02-17
| ||
| 23:57 | Initial commit check-in: c8df2eb37e user: noreply@github.com tags: master, trunk | |