Ivan Porollo
Ivan Porollo
## Problem I want to use monosi with my SqlServer data store ## Solution Monosi needs to interpret SqlServer configuration details and run on SqlServer accordingly ## Requirements 1. SqlServer...
## Problem Currently, the tables implementation in the code is dirty and not componentized. ## Solution We need to componentize the table implementation for reuse across the application ## Requirements...
## Description Seeing an error when running the application locally with `flask run` ``` flask run * Environment: production WARNING: This is a development server. Do not use it in...
## Description The execution interval of a job seems to be increasing (by an hour) between every execution. ## Expected behavior The execution interval should stay consistent and only be...
## Problem The Plotly chart can be transformed (e.g. zoomed in / out) to analyze data. When a user interacts with the chart, we don't edit the table associated with...
## Problem The current way we visualize data points on our Plotly graph is not pretty (Month, Day, Year, Timestamp, Value) ## Solution Show the data point in a better...
## Problem When we test the database connection, we trigger a `window.alert()` when the API call returns a response. ## Solution A toast should be shown that replaces the testing...
## Description We were originally using the EUI user interface library to build some of our components. We have since switched to the React Bootstrap library, but have not fully...
## Problem Currently, the icons on the Profile and Sources pages are not the same. ## Solution Standardize the icons used across all settings pages and update all pages accordingly...
## Description There's currently no validation or error handling for the data source form. ## Expected behavior The data source form needs to have all fields be required and should...