📝 Update and organize project documentation and assets

This commit is contained in:
2026-01-26 22:46:14 +00:00
parent 4194dcfeff
commit b20e2185b2
1433 changed files with 64484 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<span style="color:#000ff;">—————————</span>
<span style="color:#000ff;">Appliance Change:</span>
<span style="color:#000ff;">curl -X POST -H "Content-Type: application/json" -d '{"reason":"It didnt woork - test 2","item":"Pouch","pouchSKU":"34543","username":"gregrjacobs","bpSKU":"37456"}' http://ostomyvault.dev/dev/api/postApplianceChange/ -i</span>
<span style="color:#000ff;">Change Log</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">curl -i -X POST -H "Content-Type: application/json" -d '{"version":"0.0.1","change":"Testy Test","username":"gregrjacobs"}' http://ostomyvault.dev/dev/api/postChangeLogEntry/</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">Manufacturer:</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">curl -i -H "Content-Type: application/json" -d '{"manufacturer":"Test Company","address1":"xyz lane","address2":"","city":"zyx","state":"nowhere","zipcode":"23432","country":"Canada","phone":"555.555.5555","email":"no@email.com","username":"gregrjacobs"}' http://ostomyvault.dev/dev/api/postManufacturer</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">Member Insert:</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">curl -i -H "Content-Type: application/json" -X POST -d '{"firstname":"testy","lastname":"test","username":"tatest","ePassword":"ratest","email":"no@email.com"}' http://ostomyvault.dev/dev/api/postMember</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">Output Insert:</span>
<span style="color:#000ff;">curl -i -H "Content-Type: application/json" -X POST -d '{"volume":22,"measurement":"oz","color":2,"consistency":1,"username":"gregrjacobs"}' http://ostomyvault.dev/dev/api/postOutput</span>
<span style="color:#000ff;">Product Insert:</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">curl -i -H "Content-Type: application/json" -X POST -d '{"code":"00000","name":"Testy Test","description":"awesome product test","type":"yellyyellow","units":10,"manufacturer":1,"notes":"awesome note","unittype":"Pouch","othersku":"","username":"gregrjacobs"}' http://ostomyvault.dev/dev/api/postProduct</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">Product Stock Insert:</span>
<span style="color:#000ff;">curl -i -H "Content-Type: application/json" -X POST -d '{"productsku":"00000","units":5,"username":"gregrjacobs"}' http://ostomyvault.dev/dev/api/postProductStock</span>
<span style="color:#000ff;">Water Intake Insert:</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">curl -i -H "Content-Type: application/json" -X POST -d '{"cupsdrank":3,"username":"gregrjacobs"}' http://ostomyvault.dev/dev/api/postWaterIntake</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">Water Intake if NULL insert:</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">curl -i -H "Content-Type: application/json" -X POST -d '{"cupsdrank":"null","username":"gregrjacobs"}' http://ostomyvault.dev/dev/api/postWaterIntake</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">Weight Insert:</span>
<span style="font-family:Menlo-Regular;font-size:11pt;color:#000ff;">curl -i -H "Content-Type: application/json" -X POST -d '{"weight":"178.8","username":"gregrjacobs"}' http://ostomyvault.dev/dev/api/postWeight</span>