MetagaussInc / Blazeforms-Revamped-Frontend

Contains all the latest revamped code for front-end of Blazeforms.
0 stars 0 forks source link

No of Enteries and Storage Numbers Not Updating #128

Open charan-singh05 opened 3 years ago

charan-singh05 commented 3 years ago

In the header bar where we are seeing metrics about plan usage, "No of Entries" and "Storage Space" numbers don't update even after making few entries and consuming some space overall.

hunny-metagauss commented 3 years ago

@rohit-metagauss Please add 2 services for user uses and toast notification on add/update/delete actions.

  1. this.dataSharingService.UpdateHeaderUserPlanDetail(loggedin_user_id, selected_workspace_id);
  2. this.toastService.showSuccess(success_message); or this.toastService.showError(error_message);