summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-03-09 22:21:13 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-03-09 22:21:13 +0000
commitfae6ce0102f66f7233db2cc716b11d01242e6711 (patch)
tree439a63c3c86bac6dfd681ffb86e179a72aa861c0
parent63a611532a7dea4fc874777669cc769e2c3e5c9b (diff)
downloadgitlab-ce-fe-arch-step.tar.gz
Improvements after reviewfe-arch-step
-rw-r--r--doc/development/frontend.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/development/frontend.md b/doc/development/frontend.md
index 3ba393f6303..d646de7c54a 100644
--- a/doc/development/frontend.md
+++ b/doc/development/frontend.md
@@ -16,17 +16,17 @@ minification, and compression of our assets.
[jQuery][jquery] is used throughout the application's JavaScript, with
[Vue.js][vue] for particularly advanced, dynamic elements.
-### Architecure
+### Architecture
-As GitLab grows and new features are added there is a need for an architecture
-responsible team to guarantee we are growing in the same direction.
+The Frontend Architect is an expert who makes high-level frontend design choices
+and decides on technical standards, including coding standards, and frameworks.
-When you are assigned a new feature guarantee you discuss it with one of the
-Frontend Architecture experts.
+When you are assigned a new feature that requires architectural design,
+make sure it is discussed with one of the Frontend Architecture Experts.
-The same applies if you plan to change the architecture of an existing feature.
+This rule also applies if you plan to change the architecture of an existing feature.
-This decisions should be accessible to everyone so please document it on the Merge Request.
+These decisions should be accessible to everyone, so please document it on the Merge Request.
You can find the Frontend Architecture experts on the [team page][team-page].