diff --git a/docs/adr/2021-02-07-track-visits-to-base-url-invalid-short-url-and-regular-404.md b/docs/adr/2021-02-07-track-visits-to-base-url-invalid-short-url-and-regular-404.md index 032820ef..983410d1 100644 --- a/docs/adr/2021-02-07-track-visits-to-base-url-invalid-short-url-and-regular-404.md +++ b/docs/adr/2021-02-07-track-visits-to-base-url-invalid-short-url-and-regular-404.md @@ -18,7 +18,9 @@ The intention is to change that, and allow users to track the cases mentioned ab ## Decision outcome -*TBD* +The decision is to use the existing table, as making the short URL nullable can be handled seamlessly by using named constructors, and it has a lot of benefits on regards of reusing existing components. + +Also, the domain name this kind of visits will receive is "Orphan Visits", as they are detached from any existing short URL. ## Pros and Cons of the Options