Click here to Skip to main content
15,886,873 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Thoughts On Handling Exceptions in This App Pin
trønderen4-Oct-23 9:21
trønderen4-Oct-23 9:21 
QuestionContainer orchestration with primary and secondary failover Pin
pkaelin18-Sep-23 9:47
pkaelin18-Sep-23 9:47 
AnswerRe: Container orchestration with primary and secondary failover Pin
Gerry Schmitz19-Sep-23 17:17
mveGerry Schmitz19-Sep-23 17:17 
QuestionNot Sure How To Make This Change Pin
Kevin Marois11-Sep-23 11:04
professionalKevin Marois11-Sep-23 11:04 
AnswerRe: Not Sure How To Make This Change Pin
Mycroft Holmes11-Sep-23 12:01
professionalMycroft Holmes11-Sep-23 12:01 
GeneralRe: Not Sure How To Make This Change Pin
Kevin Marois11-Sep-23 13:07
professionalKevin Marois11-Sep-23 13:07 
AnswerRe: Not Sure How To Make This Change Pin
Richard Deeming11-Sep-23 21:49
mveRichard Deeming11-Sep-23 21:49 
AnswerRe: Not Sure How To Make This Change Pin
jschell12-Sep-23 4:51
jschell12-Sep-23 4:51 
You have an application enum and now the requirement is to allow customers to manage the enum as well.

So first decision is one of these
1. Open it up entirely.
2. Allow them their own additional enums. Only the additions can be modified.

If the there is only one customer per table (how ever you designed that) then the caption can be under user control completely for all enums with the following rules
1. Must not be empty.
2. Must not be a duplicate of another.

Then the decision is how to store them. Probably easiest is going to be to add another column which flags it as a user value.

Then the other changes
1. Provide a UI to manage them. I would just show all of them. This is required to manage the caption anyways (above.) But also allows them to see groupings. The flag controls whether they can delete them. Naturally you will need a length limit.
2. Figure out how to allow the usage.

The second is tricky if you store them in another table. Such as a custom report. If so then you must either force them to remove the usage first before deleting or you must do it yourself.
AnswerRe: Not Sure How To Make This Change Pin
Gerry Schmitz12-Sep-23 5:06
mveGerry Schmitz12-Sep-23 5:06 
QuestionWhere To Store Configuration File for This App Pin
Kevin Marois6-Sep-23 12:45
professionalKevin Marois6-Sep-23 12:45 
AnswerRe: Where To Store Configuration File for This App Pin
Gerry Schmitz6-Sep-23 19:33
mveGerry Schmitz6-Sep-23 19:33 
GeneralRe: Where To Store Configuration File for This App Pin
Kevin Marois7-Sep-23 5:26
professionalKevin Marois7-Sep-23 5:26 
GeneralRe: Where To Store Configuration File for This App Pin
Gerry Schmitz7-Sep-23 6:04
mveGerry Schmitz7-Sep-23 6:04 
AnswerRe: Where To Store Configuration File for This App Pin
Richard MacCutchan6-Sep-23 21:45
mveRichard MacCutchan6-Sep-23 21:45 
GeneralRe: Where To Store Configuration File for This App Pin
Kevin Marois7-Sep-23 5:28
professionalKevin Marois7-Sep-23 5:28 
GeneralRe: Where To Store Configuration File for This App Pin
Richard MacCutchan7-Sep-23 5:53
mveRichard MacCutchan7-Sep-23 5:53 
GeneralRe: Where To Store Configuration File for This App Pin
Kevin Marois8-Sep-23 5:51
professionalKevin Marois8-Sep-23 5:51 
GeneralRe: Where To Store Configuration File for This App Pin
Richard MacCutchan8-Sep-23 6:13
mveRichard MacCutchan8-Sep-23 6:13 
GeneralRe: Where To Store Configuration File for This App Pin
Kevin Marois8-Sep-23 7:29
professionalKevin Marois8-Sep-23 7:29 
GeneralRe: Where To Store Configuration File for This App Pin
jschell8-Sep-23 7:55
jschell8-Sep-23 7:55 
GeneralRe: Where To Store Configuration File for This App Pin
Richard MacCutchan8-Sep-23 8:01
mveRichard MacCutchan8-Sep-23 8:01 
GeneralRe: Where To Store Configuration File for This App Pin
Gerry Schmitz8-Sep-23 8:20
mveGerry Schmitz8-Sep-23 8:20 
GeneralRe: Where To Store Configuration File for This App Pin
Dave Kreskowiak8-Sep-23 9:24
mveDave Kreskowiak8-Sep-23 9:24 
AnswerRe: Where To Store Configuration File for This App Pin
jschell7-Sep-23 5:11
jschell7-Sep-23 5:11 
GeneralRe: Where To Store Configuration File for This App Pin
Kevin Marois7-Sep-23 5:28
professionalKevin Marois7-Sep-23 5:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.