Skip to content

Commit

Permalink
BBF -> BFF
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Nov 29, 2023
1 parent f45f7cc commit 622ff82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See the following sections for a brief description of each black box.
|Interface
|Web interface designed for use with standard web browsers. Utilizing responsive web design methods ensures Dancier's accessibility on nearly any device with a web browser.

Connects to the "Dancer" (our <<BBF>>).
Connects to the "Dancer" (our <<BFF>>).

|Risks
|Could evolve into a frontend monolith that is hard to maintain. We have to be careful to keep the codebase clean and modular while we add new features to the UI.
Expand All @@ -35,7 +35,7 @@ Connects to the "Dancer" (our <<BBF>>).
[cols="h,4", stripes=none]
|===
|Purpose
|<<BBF>> to Dancier. All calls from the internet are handled by this component. Additionally, it's also responsible for user/account/profile management. We started with a monolithic approach for Dancer, putting everything in one modular monolith. Having the mentioned functionalities included in Dancer gave us no issues so far, so we continue with this approach.
|<<BFF>> to Dancier. All calls from the internet are handled by this component. Additionally, it's also responsible for user/account/profile management. We started with a monolithic approach for Dancer, putting everything in one modular monolith. Having the mentioned functionalities included in Dancer gave us no issues so far, so we continue with this approach.

|Interface
a|Dancer provides a link:https://editor.swagger.io/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fdancier%2Fdancer%2Fmaster%2Fswagger.yaml[REST API], giving our Angular Single Page Application (SPA) an entrypoint to communicate with the entire Dancier System.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[options="header"]
|===
|Term |Definition
|[[BBF]]BBF
|[[BFF]]BFF
|link:https://christianlydemann.com/the-complete-guide-to-backend-for-frontend-bff/[Backend For Frontend]


Expand Down

0 comments on commit 622ff82

Please sign in to comment.