Click here to Skip to main content
15,912,400 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Any standard for documenting design available? Pin
RobCroll24-Sep-11 12:27
RobCroll24-Sep-11 12:27 
GeneralRe: Any standard for documenting design available? Pin
Frygreen24-Sep-11 22:30
Frygreen24-Sep-11 22:30 
GeneralRe: Any standard for documenting design available? Pin
RobCroll25-Sep-11 0:18
RobCroll25-Sep-11 0:18 
AnswerRe: Any standard for documenting design available? Pin
Frygreen26-Sep-11 7:11
Frygreen26-Sep-11 7:11 
GeneralRe: Any standard for documenting design available? Pin
jschell26-Sep-11 11:31
jschell26-Sep-11 11:31 
GeneralRe: Any standard for documenting design available? Pin
Frygreen27-Sep-11 5:29
Frygreen27-Sep-11 5:29 
AnswerRe: Any standard for documenting design available? Pin
S Houghtelin28-Sep-11 2:22
professionalS Houghtelin28-Sep-11 2:22 
QuestionSchedule movement of car between offices in a car rental scenario Pin
Homer7717-Sep-11 4:26
Homer7717-Sep-11 4:26 
Hi, I need some thoughts on a design for at car rental service.

Multiple offices exists in the company. An office can move a car from its car pool to another office if demands in their region changes. A car movement can be based on seasonal reasons and therefore a move can be scheduled in advance.

How do I solve the double relationship that would exist when a scheduled move has be invoked?
The car still belongs to office 1 until a certain date. But the car also belongs to office 2 when that date has been reached. Meaning that office 1 can still lease it out until that date and office 2 can start leasing it out from that date.

My first thought is to create a many to many relationship like this.



CARS
--------
ID | Name
1 | Ford


STATION
---------
ID | Name
1 | NY
2 | BOS


STATION_CARS
-------------------------------------------------------
StationID | CarID | DateAvailableFrom | DateAvailableTo
1 | 1 | 01.01.2011 | 01.11.2011
2 | 1 | 02.11.2001 | 01.02.2012


But i also need to register the "scheduled move" object, making it visible to the staff and deleteable, in another table. Seems kind of messy so i wonder how others have dealt with this scenario.

Any thoughts would be much appreciated.
AnswerRe: Schedule movement of car between offices in a car rental scenario Pin
Matt U.17-Sep-11 10:27
Matt U.17-Sep-11 10:27 
AnswerRe: Schedule movement of car between offices in a car rental scenario Pin
Eddy Vluggen17-Sep-11 11:38
professionalEddy Vluggen17-Sep-11 11:38 
QuestionSOA design tools Pin
Vannes David15-Sep-11 23:24
Vannes David15-Sep-11 23:24 
AnswerRe: SOA design tools Pin
Pradeep Shukla17-Sep-11 5:05
professionalPradeep Shukla17-Sep-11 5:05 
QuestionNeed suggesion in deciding a software architecture Pin
pandit8413-Sep-11 5:04
pandit8413-Sep-11 5:04 
AnswerRe: Need suggesion in deciding a software architecture Pin
jschell15-Sep-11 10:51
jschell15-Sep-11 10:51 
GeneralRe: Need suggesion in deciding a software architecture Pin
pandit8416-Sep-11 3:20
pandit8416-Sep-11 3:20 
QuestionTo Link or Not To Link? (Question of Efficiency) Pin
Xpnctoc13-Sep-11 2:19
Xpnctoc13-Sep-11 2:19 
AnswerRe: To Link or Not To Link? (Question of Efficiency) Pin
Richard MacCutchan13-Sep-11 2:53
mveRichard MacCutchan13-Sep-11 2:53 
GeneralRe: To Link or Not To Link? (Question of Efficiency) Pin
Xpnctoc13-Sep-11 14:50
Xpnctoc13-Sep-11 14:50 
GeneralRe: To Link or Not To Link? (Question of Efficiency) Pin
Richard MacCutchan13-Sep-11 21:12
mveRichard MacCutchan13-Sep-11 21:12 
AnswerRe: To Link or Not To Link? (Question of Efficiency) Pin
jschell13-Sep-11 11:54
jschell13-Sep-11 11:54 
GeneralRe: To Link or Not To Link? (Question of Efficiency) Pin
Xpnctoc13-Sep-11 14:43
Xpnctoc13-Sep-11 14:43 
GeneralRe: To Link or Not To Link? (Question of Efficiency) Pin
jschell14-Sep-11 13:33
jschell14-Sep-11 13:33 
AnswerRe: To Link or Not To Link? (Question of Efficiency) Pin
Eddy Vluggen13-Sep-11 12:25
professionalEddy Vluggen13-Sep-11 12:25 
GeneralRe: To Link or Not To Link? (Question of Efficiency) Pin
Xpnctoc13-Sep-11 14:46
Xpnctoc13-Sep-11 14:46 
QuestionRE:Design website Pin
sunny851210-Sep-11 16:48
sunny851210-Sep-11 16:48 

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.