You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During R7S5 retrospective the notion of making sure our code is being developed in a modular and decoupled fashion came up. While not a specific action item for R7S6, believe this conversation is worthwhile.
During reviews I've seen a few areas where we can decouple concepts:
User interface components as Angular 2.0 components.
Interfacing with the APIs - an "API Kit".
SAM Web Design Standards CSS, JS, and the US Web Design Standards.
We had a follow-up workshop related to the future of the SAM Web Design Standards. Believe it would be prudent to begin considering folder structure for the Angular 2.0 components. Maybe follow the deprecated UI Kit, which follows the SAMWDS stylesheets...??
This is only in regards to the App module for the sam-front-end project.
I really like the REI approach of separating the top-level routes into their own module. I also like @JihadMotii-REISys 's approach of defining the program route, within the search module (see program.routing.ts).
Issue type
Description
During R7S5 retrospective the notion of making sure our code is being developed in a modular and decoupled fashion came up. While not a specific action item for R7S6, believe this conversation is worthwhile.
During reviews I've seen a few areas where we can decouple concepts:
@carlosvalle @JihadMotii-REISys @diego-ruiz-rei @tarandhupar @jagannathch
The text was updated successfully, but these errors were encountered: