- REI backpacking checklist is a good starting point for gear requirements.
- Color-coded dry bags for all your stuff to keep organized
- Don't forget matches, even if you have a Bic
- Be familiar with the forecast for your trip
- Sleeping bag liner isn't bad for longer trips to help keep the bag clean/you warmer
- REI tents and sleeping bags are supposed to be good quality
- Solar panels are heavy, power packs are better
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Component from '@glimmer/component'; | |
| export default class extends Component { | |
| constructor() { | |
| super(...arguments); | |
| // connections is provided here and is the same as @connections in the hbs file | |
| const connections = this.args.connections | |
| let activeRowIndex = 0; | |
| // 1) Apply the class "alert-info" to the first connection | |
| connections[activeRowIndex].active = true; |
There are number of goals for grooming individual cards as engineers:
- Determine what is considered “done” for the card, and technical details behind it
- Determine the level of effort that it will be
- If there is a disagreement in level of effort between team members, determine what causes it and either break the task in to multiple smaller tasks, or continue with the initial proposal