nesh170 / asap-inventory-system

This is a concept inventory system for ECE458. It is built by ASAPsolutions
1 stars 0 forks source link

Create Logging API's #102

Closed nesh170 closed 7 years ago

nesh170 commented 7 years ago

API calls

  1. getAllLogs()
    • Filter support for user, item and timestamp
    • Gets all the logs
    • Timestamp using a datetime calendar widget
  2. getDetailedLog(log_id)
    • Get the complete log for that item

ActionEnum

Log Utility

This function takes in the parameter and creates a log entry on the log table appropriately.

ankitkayastha commented 7 years ago

https://github.com/nesh170/asap-inventory-system/pull/122