Click here to Skip to main content
15,901,122 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Conclusion of drafting Solution&Design document Pin
jschell17-Feb-12 7:34
jschell17-Feb-12 7:34 
QuestionOnline Learning Industry Pin
mauricemcse3-Feb-12 13:53
mauricemcse3-Feb-12 13:53 
AnswerRe: Online Learning Industry Pin
Albert Holguin3-Feb-12 14:05
professionalAlbert Holguin3-Feb-12 14:05 
AnswerRe: Online Learning Industry Pin
jschell4-Feb-12 10:00
jschell4-Feb-12 10:00 
AnswerRe: Online Learning Industry Pin
RobCroll5-Mar-12 11:33
RobCroll5-Mar-12 11:33 
QuestionArchitecture for mobile app Pin
nitin_ion25-Jan-12 16:27
nitin_ion25-Jan-12 16:27 
SuggestionRe: Architecture for mobile app Pin
RobCroll29-Jan-12 11:10
RobCroll29-Jan-12 11:10 
QuestionMaking multiple teams coexist Pin
_Zorro_23-Jan-12 4:21
professional_Zorro_23-Jan-12 4:21 
Hi,

I'll make it short and clear (I hope).

We have two teams developping our product, the R&D and the 'Integrators'.

I'm not sure how the Integrators are called in english, maybe TPAM (Third Party Application Maintenance), anyway, let's say that Integrators = People working on the base product, adding or changing functionalities for a specific customer. And the R&D team beeing in charge of doing what's common to all of them (the customers).

The R&D team is in charge of developping functionalities available to all our customers, and the other team only does specific developments for specific customers.

The problem we're dealing with is that both teams may develop on the same web pages, controls, business logic etc. What happens is that our Release Manager deploys what the R&D team has been doing in some sort of common workspace, and he can't be aware of what's from one team or another, so a lot of times, the Integrators work is lost and our release manager spends hours finding the 'lost changesets' and re applying those modifications.

We're need to solve this problem and what we came with far now is to develop some sort of API exposing all the common asp.net events (page_init, load, render, etc.), we also should fire events when entering/exiting BL and DAL functions allowing the Integrators to develop 'manually', maybe injecting some asp.net code into the existing pages, also some code behind, javascript, etc. I'm not really sure if this is a reasonable idea or not, we've just been thinking for like 10 minutes and I wondered what did you recon in this kind of situations.

This is just an idea, because they may develop everywhere... Web, BL, DAL and Database (we have a project for that).

Just to be clear, we're developing a product, I'm not sure how it's technically called in English but our application will keep growing over time so we really need to do this right otherwise it will cost us a lot of time and money to correct that later when we'll have people using our 'API' (I'm calling this an API but I may be wrong about that)

Anyway, we're stuck here, I hope I was clear enough, if not tell me and I'll try again!
Thanks in advance

PD: I posted this in the ASP.NET and Design and Architecture forums, I apologize if this is not ok and you're free to delete one of them.
AnswerRe: Making multiple teams coexist Pin
jschell23-Jan-12 8:31
jschell23-Jan-12 8:31 
GeneralRe: Making multiple teams coexist Pin
_Zorro_23-Jan-12 23:39
professional_Zorro_23-Jan-12 23:39 
GeneralRe: Making multiple teams coexist Pin
jschell25-Jan-12 14:54
jschell25-Jan-12 14:54 
GeneralRe: Making multiple teams coexist Pin
_Zorro_5-Feb-12 23:01
professional_Zorro_5-Feb-12 23:01 
AnswerRe: Making multiple teams coexist Pin
krumia16-Feb-12 19:01
krumia16-Feb-12 19:01 
QuestionTabs/Property Page etiquette Pin
john john mackey18-Jan-12 5:48
john john mackey18-Jan-12 5:48 
AnswerRe: Tabs/Property Page etiquette Pin
Eddy Vluggen18-Jan-12 7:05
professionalEddy Vluggen18-Jan-12 7:05 
GeneralRe: Tabs/Property Page etiquette Pin
john john mackey26-Jan-12 7:18
john john mackey26-Jan-12 7:18 
GeneralRe: Tabs/Property Page etiquette Pin
Eddy Vluggen26-Jan-12 8:53
professionalEddy Vluggen26-Jan-12 8:53 
Questionbetter way to draw common ui interfaces on more than 1 form Pin
Simon_Whale11-Jan-12 4:51
Simon_Whale11-Jan-12 4:51 
AnswerRe: better way to draw common ui interfaces on more than 1 form PinPopular
Pete O'Hanlon11-Jan-12 5:13
mvePete O'Hanlon11-Jan-12 5:13 
GeneralRe: better way to draw common ui interfaces on more than 1 form Pin
Simon_Whale11-Jan-12 5:31
Simon_Whale11-Jan-12 5:31 
GeneralRe: better way to draw common ui interfaces on more than 1 form Pin
Pete O'Hanlon11-Jan-12 6:53
mvePete O'Hanlon11-Jan-12 6:53 
AnswerRe: better way to draw common ui interfaces on more than 1 form Pin
Eddy Vluggen11-Jan-12 7:16
professionalEddy Vluggen11-Jan-12 7:16 
GeneralRe: better way to draw common ui interfaces on more than 1 form Pin
John T.Emmatty17-Jan-12 19:56
John T.Emmatty17-Jan-12 19:56 
AnswerRe: better way to draw common ui interfaces on more than 1 form Pin
Eddy Vluggen18-Jan-12 7:03
professionalEddy Vluggen18-Jan-12 7:03 
AnswerRe: better way to draw common ui interfaces on more than 1 form Pin
Rahul Rajat Singh10-Feb-12 5:12
professionalRahul Rajat Singh10-Feb-12 5:12 

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.