Tag : application-design

Read more

I have a Flutter app with a Firebase Firestore database.
I want to integrate my app with Google Calendar, and I need the app to have real-time access to the calendar data.
Moreover, my app needs to manage some data associated to each calendar event that is app-specific and goes beyond the scope of Google Calendar itself.
So I need to store this additional information somehow in the Firestore database.
In summary, the app needs to be ab..

Read more

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 belong..

Read more