mechawrench / wificom-webapp

WebApp portion of the WiFiCom Project
MIT License
2 stars 0 forks source link

Make recent API requests visible on the site #11

Open dmcomm opened 1 year ago

dmcomm commented 1 year ago

Logging events is tricky, I can do so but the question remains should this log persist forever? Should it be stored in the database, in the cache?

Probably doesn't need to be particularly persistent, so cache would be fine then? Main use case is "something isn't working / is behaving unexpectedly, so want to check what's going on".

For apps with hidden requests it could just show the app name and the timestamp. For apps with open requests it could show more info about what the request was too.

mechawrench commented 1 year ago

Wanting to get this added, it's on my radar but may be after the framework upgrades.