Back
Larametrics
Larametrics
#larametrics
Self-hosted metrics and notifications platform for Laravel
Launched October 29, 2018
Load previous page…
Fix the navigation on any paginated pages, use next/prev buttons and a limited number of pages #larametrics
Restructure and reorganize the way that the database model numbers and changes are shown on models.index #larametrics
Add front-end functionality to add/delete/save new notifications #larametrics
Add in logo (wip) and icons #larametrics
Create table and model for notifications, determine when notifications should be pushed out #larametrics
Develop view for notifications screen #larametrics
Convert entire logs section to store logs in the database as LarametricsLog objects, use MessageLogged listener #larametrics
Create section for 'Performance', that will display things like ping/response time for app calls #larametrics
Take out unused content from dashboard views #larametrics
Allow a user to add in custom alerts to notify them of (specific or general) model changes #larametrics
Determine notification 'checks' that should be used. e.g. if request comes from X, notify user. If model Y changed, notify user. #larametrics
If expiration days and/or expiration amount is set to 0, ignore that check #larametrics
In addition to expiring models/requests by age in the database, add optional field for expire by amount in the table #larametrics
Add a check when creating the request object to see if the #larametrics requests should be ignored
Add a field in the config file to ignore requests from all #larametrics routes
Make sure that reverting changes updates the database directly instead of going through Eloquent #larametrics
Add in a 'revert to this change' button with functionality for each model change #larametrics
Add in view to show details of an individual request item #larametrics
Create migration, model, and controller for requests #larametrics
Add in view to show all logged request items #larametrics