15-02-2022

222 words 2 minutes

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

  1. Improve teamwork
  2. Find comprimise more often, and more quickly ( use a timer )

Focus 2

  1. Complete the planning stage
  2. By afternoon, planning is done?

Focus 3

  1. Begin creation of actionable MVP
  2. 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