Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for toraritteā€­

Type On... Excerpt Status Date
Comment Post #289948 > Does a table for program A have different columns from an analogous table for program B? Is it possible to make a reasonable design where creating a new program is as simple as inserting some rows? I would assume not, but the requirements you listed don't jump out at me as things that should requir...
(more)
7 months ago
Comment Post #289948 > you haven't really provided enough information to answer that question, at least not clearly. I didn't want to inundate readers with the details when the database structures are indeed fundamentally different (should have spelled this out probably), and the only entities common are the clients a...
(more)
7 months ago
Comment Post #289948 > The structure of this question is kind of awkward. [..] What I think your actual question is is "what is a good software architecture for your problem". You are right, and this is not a good question, but one that reflects my ignorance in this topic. Also, your suggestion is right, but spending ...
(more)
7 months ago
Edit Post #289948 Post edited:
7 months ago
Edit Post #289948 Initial revision 7 months ago
Question What software architecture are available for developing an application with multiple business domains that only share some common aspects?
> NOTE\ > The meaning of the word "program" below is > > > (PROGRAM) A federal or state initiative that offers grants for non-profits so that they can provide service at low cost or free of charge. > > and not a software application or online service. When I mean software, I use "application". ...
(more)
7 months ago
Edit Post #289938 Post edited:
7 months ago
Edit Post #289938 Initial revision 7 months ago
Question How to implement a relationship between 2 tables where the type of participation is mandatory and RESTRICT rule for both?
Found the example below in a book teaching logical database design, but I'm stuck on how one would implement this in PostreSQL: ![enter image description here][1] The diagram reflects the following business rule: > An instructor must teach one class, but no more than eight classes. This i...
(more)
7 months ago