15-02-2022
Meta Stuff
the bswpm desktops are working. Thank god! that took me a while to figure out.
first off, find the monitor id. List all monitors using:
xrandr -q
then, add to the bspwmrc file
bspc monitor <<monitor-id>> -d 1 2 3 4 5 6 7 8 9 10
to send a node to a desktop, add the following to the sxhkdrc file courtesy of Chris Titus Tech
super + {_,shift, + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,0}'
Today's Foci
Focus 1
- Improve teamwork
- Find comprimise more often, and more quickly ( use a timer )
Focus 2
- Complete the planning stage
- By afternoon, planning is done?
Focus 3
- Begin creation of actionable MVP
- Define a goal of the MVP - a kind of analogy
Topic
as a group, decide on the minimum value of a thing
Today's group session is getting better
We have a kind-of er diagram, and I think we're all on the same page, regarding how the database(s) might look
by end of day
we had a database planned, and some of it migrated - it's presented in an odd way, and would need some reformatting for production- but for our own purposes it works
we explored git branching, and managed to resolve a git problem ( which is always a thorny thing to resolve )
as a group of 4, we managed to get finish the setup ( Gemfile, directory structure ), and get started on the ruby code