Skip to content

Instantly share code, notes, and snippets.

#### start times for bookings by members named 'David Farrell'
select bks.starttime
from
cd.bookings bks
inner join cd.members mems
on mems.memid = bks.memid
where
mems.firstname='David'
and mems.surname='Farrell';
@Sstobo
Sstobo / nova.txt
Last active March 12, 2018 20:39
Nova app scope
Regular login - no facebook
Meeting for assets
Account creation page
Device location
Create profile page
Dropdown boxes (react-native, marterial)
Company list
Search / filter
-- skills information
-- search bar
@Sstobo
Sstobo / gitflow.txt
Last active March 12, 2018 22:57
Git Workflow
CRITICAL GIT FLOW PROTOCOL
#### Creating individual branch for each feature ####
pick issue make a branch for it -
naming convention:
[firstname]-feature-[feature-name]
ie: sean-feature-schema
## CREATE NEW BRANCH
if( function_exists('acf_add_local_field_group') ):
acf_add_local_field_group(array(
'key' => 'group_5ae2508670f5b',
'title' => 'Test Field',
'fields' => array(
array(
'key' => 'field_5ae2511a7ca5a',
'label' => 'Sean Test',
'name' => 'sean_test',