design tag

39 questions


2 answers
99 views
0
DESIGN OF TABLE OF MEMBERED SITE

I'd like to create a membership-based learning support site with cakephp 2.7, but I don't know exactly what kind of table I should design.First of all, since it is a membership system, the username an...

2 years ago

2 answers
72 views
0
Normalization of product tables such as EC sites

We create applications that mimic EC sites.I would like to normalize the product table.Currently, the table configuration is as follows.1 id2. Product name3. List Price4. Number of stocks5 Date of arr...


3 answers
111 views
0
Which layer of DDD checks DB outage status?

We are designing web applications based on DDD, and we are wondering which layer to check DB outage (pause due to maintenance, etc.) and branch the process when stopped/non-disruptive.My understanding...


1 answers
79 views
0
How should we design if there is more than one element in a single column?

I'm worried about how to design the RDB column.How should I design it if there is a possibility of multiple elements in a single column?For example, you want to design a table containing watari, wani,...


1 answers
90 views
0
Understanding System Integration

The same system currently runs as multiple separate sites.How it works is the apache+tomcat+postgres web service.if you decide to consolidate these multiple sites into one siteIf you want to lump mult...


1 answers
97 views
0
I have a question about the value object.

While reading the DDD book, the objects are divided into Value Object and Entity Object and understood as followsYes, ·Entity Object   ·There is something that can be identified (such as ID).   ·Other...

2 years ago

1 answers
133 views
0
Why don't you impose NOT NULL constraints on flag items?

DB designs that do not impose NOT NULL constraints on flag items such as enable and delete flags are common.According to the specification, Please treat 0 and NULL in the same sense, but is there any ...


1 answers
109 views
0
Understanding Handling Observable in Interactions Below the Usecase Layer

I am involved in the design and development of Android applications, but based on the assumption of developing Android applications, I have a question about the design.We would like to hear your opini...


1 answers
118 views
0
Do you have any design guidance on what to do if an error occurs while handling an exception that occurred?

Although not specifically specified in the language, if the try-catch encounters an error, you want to save the error as a log (WriteExceptionToLogFile section of the code below).try{ // Source from w...

2 years ago

2 answers
94 views
0
I have a question about how to cut out the domain model in DDD (Domain Driven Design).

Nice to meet you.I've studied DDD and clean architecture to some extent, and I've kind of figured out what role each object plays.However, when you try to design a real service with a DDD+ clean archi...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.