Skip to content

1.2. Component enumeration

Haris Chaudhry Mendívil edited this page Dec 11, 2024 · 6 revisions

Component enumeration

In order to enumerate / identify the main components we could use the following convention.

  • Frontend solutions: FS1, FS2, FS3, ...
  • Problem domains: PD1, PD2, PD3, ...
  • Backend solutions (per domain): BS1, BS2, BS3, ...

Since backend solutions would be grouped per domain (as explained in section 4), we could have subordinate ID's like the following (also in terms of folder structure in the code).

└── PD1
         └── PD1-BS1
         └── PD1-BS2
         └── ...
└── PD2
         └── PD2-BS1
         └── ...

Clone this wiki locally