Luis Faria
Luis Faria
- [ ] Add facet offset support in the backend - [ ] When there are more than one page of facets, add small up and down arrows below the...
When a page has a back button, the target is calculated by the application state. But if one hits refresh on a page with a back button the state is...
Some plugins need to provide reports for the whole job, like the inventory report. There should be a place in the model to create such entities, index them and provide...
Subjects should be translated into all the languages, and should be on the translation files. We don't have all the templates in all the languages, just some.
Re-defining an essential directory via an environment variable, e.g. `RODA_CORE_DIRECTORY_STORAGE=/volumes/storage` will make the default data failed to be copied because it will be copied to the original storage path.
- [ ] Refresh counters should be a partial update - [ ] Indexing Risk should never use IndexedRisk and should count incidences in the moment of re-index.
When round-trip testing from MSSQLServer to SIARD and back, IDENTITY definitions are lost. Check if this is a problem or if IDENTITY (autoincrement) is not a significant property.
When round-trip testing from MSSQLServer to SIARD and back, the following changes occurred on the column data types: - `[bigint]` became `[decimal](19, 0)` - `[nvarchar](max)` became `[text]` - `[nvarchar](50)` became...
When round-trip testing from MSSQLServer to SIARD and back, triggers and stored procedures were converted into SIARD, but they were not converted back to MSSQLServer.
When round-trip testing from MySQL to SIARD and back again, and column type changed from timestamp to datetime, the value of the insert changes one hour, but it is possibly...