Click here to Skip to main content
15,887,267 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Keeping track Pin
Gerry Schmitz9-Feb-24 10:15
mveGerry Schmitz9-Feb-24 10:15 
GeneralRe: Keeping track Pin
Sander Rossel11-Feb-24 9:20
professionalSander Rossel11-Feb-24 9:20 
AnswerRe: Keeping track Pin
jschell9-Feb-24 12:44
jschell9-Feb-24 12:44 
GeneralRe: Keeping track Pin
Sander Rossel11-Feb-24 9:22
professionalSander Rossel11-Feb-24 9:22 
GeneralRe: Keeping track Pin
jschell13-Feb-24 4:23
jschell13-Feb-24 4:23 
AnswerRe: Keeping track Pin
Jacquers9-Feb-24 18:06
Jacquers9-Feb-24 18:06 
GeneralRe: Keeping track Pin
Sander Rossel11-Feb-24 9:23
professionalSander Rossel11-Feb-24 9:23 
AnswerRe: Keeping track Pin
englebart11-Feb-24 4:28
professionalenglebart11-Feb-24 4:28 
Two separate axes here:
  1. For each application, you need your release tracking such that you can rebuild any product as delivered to a customer. Source control should help here. Each release is a tag/label. Depending on your setup, you might need to introduce a new folder/area/repo (likely per application) dedicated to release tracking.
  2. For each customer, you need to know what application releases they have purchased and installed. You could probably use source control here as well.
One possibility:
Customer repo, folder for each customer, filename for each application they use, contents of the file is one line that lists the application name and the release number. Everytime they update or purchase a new app, you update their files.
GeneralRe: Keeping track Pin
Sander Rossel11-Feb-24 9:26
professionalSander Rossel11-Feb-24 9:26 
AnswerRe: Keeping track Pin
abmv11-Feb-24 5:50
professionalabmv11-Feb-24 5:50 
GeneralRe: Keeping track Pin
Sander Rossel11-Feb-24 9:27
professionalSander Rossel11-Feb-24 9:27 
GeneralRe: Keeping track Pin
abmv12-Feb-24 5:34
professionalabmv12-Feb-24 5:34 
AnswerRe: Keeping track Pin
Grotsoft11-Feb-24 21:09
Grotsoft11-Feb-24 21:09 
GeneralRe: Keeping track Pin
Sander Rossel11-Feb-24 21:51
professionalSander Rossel11-Feb-24 21:51 
AnswerRe: Keeping track Pin
BryanFazekas12-Feb-24 1:15
BryanFazekas12-Feb-24 1:15 
GeneralRe: Keeping track Pin
Sander Rossel12-Feb-24 1:53
professionalSander Rossel12-Feb-24 1:53 
AnswerRe: Keeping track Pin
robertburgh12-Feb-24 3:06
robertburgh12-Feb-24 3:06 
GeneralRe: Keeping track Pin
Sander Rossel12-Feb-24 3:32
professionalSander Rossel12-Feb-24 3:32 
AnswerRe: Keeping track Pin
Andreas Mertens12-Feb-24 5:06
professionalAndreas Mertens12-Feb-24 5:06 
AnswerRe: Keeping track Pin
Al Gonzalez12-Feb-24 6:45
Al Gonzalez12-Feb-24 6:45 
GeneralRe: Keeping track Pin
Al Gonzalez12-Feb-24 6:50
Al Gonzalez12-Feb-24 6:50 
GeneralRe: Keeping track Pin
Andreas Mertens12-Feb-24 12:16
professionalAndreas Mertens12-Feb-24 12:16 
GeneralRe: Keeping track Pin
Andreas Mertens13-Feb-24 12:51
professionalAndreas Mertens13-Feb-24 12:51 
AnswerRe: Keeping track Pin
jochance12-Feb-24 7:24
jochance12-Feb-24 7:24 
GeneralAnswering a teenager comment Pin
Pete O'Hanlon8-Feb-24 22:14
mvePete O'Hanlon8-Feb-24 22:14 

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.