- Add topic here
Question: Where will the widget files go?
Answer: The src/directives folder with the name bossy.widgetname.js. The angular module also will be named bossy.widgetname.
Question: Where will the test files go?
Answer: test/directive/bossy.widgetname.spec.js (make sure to follow this name convention)
Task: Create an issue and resolve the issue using a pull request.
Announcement: The front end developers from the CDES department will be available for all styles now.
Announcement 2: There is going to be a new file called AGENDA.md that anyone can post discussion items for the meetings to.
Question: How do you bring in data to the widget?
Answer: There will be an angular factory providing that in an array format.
Question: What unit testing will we be using?
Answer: Jasmine will be the unit testing tool of choice for the angular widgets.
Conclusion: Unit testing will be a requirement on your widget.
Question: What will BossyUI use for base styles?
Short Answer: Bootstrap will be used. No bootstrap that uses javascript. Long Answer: The Communication and Design department will be offering four students - one for each team to do CSS.
Task: Before the weekend make a pull request for documentation change with a readme about the team.