Skip to main content

Questions tagged [application-design]

Application design covers the entire pre-implementation phase of a project and consists in conceptualizing the architecture, its components, the interactions between each component, the data flows, and the processes to implement.

0 votes
1 answer
153 views

This is a problem very specific to TypeScript programming language. I do not think other (statically + strongly) typed languages have this problem and only support type-first development. When I am ...
Harshal Patil's user avatar
0 votes
1 answer
121 views

I am trying to make some admin and management tools to help staff/moderators manage users and content in an online application. But how will staff access the management tools? There are two options: ...
volume one's user avatar
0 votes
1 answer
247 views

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 ...
Anakhand's user avatar
  • 149
0 votes
2 answers
206 views

We have a layered application with (basically): WebAPI, App Services, Domain and Repository layers. This fits for most situations, but now we face a slightly different challenge on where we need to ...
zameb's user avatar
  • 121
13 votes
4 answers
6k views

Currently, I'm working on a graduation project about designing a Document Management System (DMS) that incorporates some functionalities as follows: It won't use folders to organize documents; ...
siunhanbumpbump's user avatar
1 vote
2 answers
65 views

I've come across a scenario where data in one table is related to another table but referential integrity doesn't seem to apply as I would usually expect. This is because table x uses data from ...
durinsbane's user avatar
5 votes
2 answers
3k views

I am currently reading Code Complete. And I was confused when the author in one case uses the term "detailed design", and in the other "design for construction". What is their ...
user avatar
-2 votes
1 answer
651 views

I am refactoring an old application which has about 200 user permissions. Based on access permissions for the user, menu items for webpages will be Enabled or not. Permissions are also checked on the ...
Daniel Gee's user avatar
0 votes
1 answer
92 views

I am working on a mobile application, and I want to plan a separation between the model layer that represents a user (that comes from the server) and the "applicative" user that has the same ...
Maor's user avatar
  • 111
0 votes
1 answer
121 views

There has been a change in the project I am working on. Until today, there was only one type of user in the system. From the moment you logged in, you had all the information about the user. The new ...
Maor's user avatar
  • 111
1 vote
2 answers
238 views

We develop a SaaS solution that processes customer ERP data and provides analyses from it in a front-end. The software is a standard solution and should require as little customization as possible for ...
Dennis's user avatar
  • 13
2 votes
4 answers
584 views

I need to make an app for employees & employers. When is it worth writing your own CRUD generator for a project with the aim of process automation? With such a generator I wouldn’t need to create ...
Bekzod's user avatar
  • 129
-2 votes
1 answer
395 views

I'm developing an application that will show some weather information based on the user's location. Since the weather forecast is just a very small feature of the app that complements the main ones, I ...
Cornwell's user avatar
  • 117
1 vote
1 answer
492 views

DevOps of our customer require that our application creates database objects and Kafka topics automatically on application start, if they are missing. Moreover, they want the application to ...
xarx's user avatar
  • 159
0 votes
1 answer
72 views

Currently I am designing a cross-platform mobile app using Ionic and vue.js. That app enables users to create a game, add players and play rounds. When the game is played, a score for each player will ...
aru_bdd's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
10