-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the SOEN343-TeamBanana(18) wiki! We'll be using laravel for this project and a good place to start learning all of this scary new tech is Laracasts, specifically the laravel from scratch series. Here are some more resources you might want to take a look at :
- https://www.youtube.com/watch?v=U3rPtLW5iuI
- https://www.youtube.com/watch?v=EU7PRmCpx-0&list=PLillGF-RfqbYhQsN5WMXy6VsDMKGadrJ-
You can find the install instructions here
As well as details on how to setup a debugging environment over here
Files worked on in the resources folder, ie any javascript, css, or the fancier .less .sass .vue .jsx .ts, require a special step before they are actually used by the front-end. Look here for details but the tldr is to yarn run watch
in the project root via terminal.
Our coding standards are defined and enforced by this XML file
Our meeting minutes can be found in the sidebar
Just cloned? start here - Ready, Set, Debug! - Compiling front-end - Go back home
Below are some useful coding standards you should abide by.
- Create branches per user story / feature as much as possible.
- Make sure your commit passed CI before making a PR.
- Write descriptive commits that reference issues.
- Specify
fixes | closes #<issue id>
at the end of your commits when appropriate. - HTML & CSS
- Javascript
Below are the minutes from each team meeting.
This is a good place to get help.