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

Design and Architecture

 
QuestionThoughts On Handling Exceptions in This App Pin
Kevin Marois3-Oct-23 15:16
professionalKevin Marois3-Oct-23 15:16 
AnswerRe: Thoughts On Handling Exceptions in This App Pin
Gerry Schmitz3-Oct-23 15:51
mveGerry Schmitz3-Oct-23 15:51 
AnswerRe: Thoughts On Handling Exceptions in This App Pin
Richard Deeming3-Oct-23 21:35
mveRichard Deeming3-Oct-23 21:35 
AnswerRe: Thoughts On Handling Exceptions in This App Pin
jschell4-Oct-23 4:41
jschell4-Oct-23 4:41 
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 
Working on a WPF app. Currently, I have a table in SQL called Lookups that contains all kinds of lookup data.

Here is a set of that data called Employee Types.
<h2>Caption                       Category                      AppCode</h2>

Director of field Operations  employee_types                director_of_field_operations
Drafting                      employee_types                drafting
Driver                        employee_types                driver
Estimator                     employee_types                estimator
Foreman                       employee_types                foreman
General Forman                employee_types                general_forman
Office                        employee_types                office
President                     employee_types                president
Project Coordinator           employee_types                project_coordinator
Project Manager               employee_types                project_manager
System Administrator          employee_types                system_admin
Vice President        
Each employee is assigned an Employee Type. I can the query for specific types of employees. For example, there is a Foreman report that gets all employees who's EmployeeTypeId is in the Lookups of AppCode 'foreman' or 'general_forman'. The AppCode is defined by me when I create new Lookup entries so I can reference them in code.

The problem is, now my client wants to be able to add and remove employee types via the UI.

I don't see how I can allow them to manage this list without the AppCode. I would have nothing to key off of when running reports or sending automated notifications to people in specific roles.

I can provide more detail if needed.

Any ideas on this?
In theory, theory and practice are the same. But in practice, they never are.”
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.

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

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.