Update of user interface cycle
I am developing an App for iOS. In an attempt to avoid the pure MVC where everything is packed in the “Controller”, I have added a Presenter layer and an Application Layer. In doing so I have come up with some questions that I need to clarify to do the things right. The questions are kind of conceptual, so it doesn’t matter whether I’m developing for iOS or not. The are about user interface updates.
Migrating an Application from SQL to NoSQL [closed]
Closed 6 years ago.
Best approach to processing a large amount of json files on a users device, Flutter?
A user could have many json files (about 40mb per file) containing very private information about them and other people. I want to process these json files on the users device to keep this information private. By processing the data I would only extract statistical data about the contents of the processed json files. This statistical data will be stored on the users machine in a local json file. They could then upload that statistical json file to a website to get a dashboard based on the provided information or just keep the statistical json file for their own use.
Application with user-defined column-level permissions
I am redesigning an existing SQL Server-backed web application. This application is used for tracking subjects (names, addresses, phone numbers, etc…) and related data (assessment information, court information, school information, etc…). One of the requirements is that certain users should not be allowed to see certain columns of data. The most common example of this is an Intervention/Control column (users collecting data should not be able to see which group a subject belongs to).