Skip to content

Instantly share code, notes, and snippets.

View Dayjo's full-sized avatar

Joel Dayjo

View GitHub Profile
@Dayjo
Dayjo / om-status-flow.md
Last active January 8, 2020 17:03
Order Status change

If bulk selecting, you should always see some sort of confirm dialog. On single orders you may not (depending on your email/config settings).

  • If shop config set to 'confirm before sending', confirm the change in a dialog with a 'send email' checkbox and email text box for editing the email content

  • If changing an individual order status and config set to 'send automatically' or 'never send emails', don't show confirm dialog.

  • If bulk selection and 'send automatically', show confirm dialog with 'send email' checkbox automatically checked

  • If bulk selection and 'never send', show confirmation but don't ask about emails

@Dayjo
Dayjo / OrderStatusChange.md
Last active November 19, 2019 12:19
Spec for new order status change work

Order Status Change User Flow

Options for consideration

Send Dispatch Emails: [Y / N / Confirm] Send Processing Emails: [Y / N / Confirm] Send Refund Emails: [Y / N / Confirm]

  • User selects one or more order
  • User selects as status to change to. This could be in the Data Table with multiple orders or just fired by the OrderStatus component on an individual order in the panel or in the table)
@Dayjo
Dayjo / spec.md
Last active October 31, 2019 14:40
Tracking Unsplash on Create

Unsplash Tracking for Create

  • Add metadata column to images table
ALTER TABLE images
ADD metadata json default null,
ALGORITHM=INPLACE,
LOCK=NONE;
@Dayjo
Dayjo / projects.md
Last active March 11, 2018 23:20
3d Printing Projects
  • Modular Milk Bottle Holder
  • Arduino case
  • Microbit case
  • Desk / tool organisers
  • Toothbrush / head holder for bathroom
@Dayjo
Dayjo / I got found lyrics.txt
Last active April 21, 2017 18:09
Trying to hear what the lyrics are
mmmmmm mmmmmm mmmmmm mmm
Well I know that I've been changed
( been a thousand miles)
through the drizzlin rain
( gets hard to smile )
take me back again
little black train's rolling round the bend x2
@Dayjo
Dayjo / ci-systems.md
Last active December 21, 2016 09:45
Research Notes on CI systems for Pallant

Requirements

  • Build Checks
  • Unit Testing
  • Behavior Testing
  • Deployment

Workflow / Environment changes

  1. Standardising and implementing testing procedures
@Dayjo
Dayjo / install-poppler-ubuntu.md
Last active February 20, 2024 23:49
How to install Poppler on Ubuntu

First install all these prerequisites for compiling:

sudo apt install g++ autoconf libfontconfig1-dev pkg-config libjpeg-dev libopenjpeg-dev gnome-common libglib2.0-dev gtk-doc-tools libyelp-dev yelp-tools gobject-introspection libsecret-1-dev libnautilus-extension-dev

First download the encoding files (no need to compile these) to the current working directory

wget https://poppler.freedesktop.org/poppler-data-0.4.7.tar.gz
@Dayjo
Dayjo / log.txt
Created September 20, 2016 16:17
HostGator Support Billing Chat Log
4:41:55 PM System Rober H has joined the chat!
4:42:37 PM Rober H Thank you for contacting live support! My name is Rober, please allow me a few moments while I pull up your account and research your initial questions provided before the chat began.
4:44:01 PM Rober H Hello do you need help with billing ?
4:44:10 PM dayjoaspen Hello, my accounts have been suspended due to billing failure, however when I went to go pay the bill, it appears I am being over billed. If you look at all previous invoices, I am being charged $34.95 per month + VAT which totals $41.94, however this month it is charging me $41.95 (the inc vat price) + VAT totalling $50.34, can you explain why this has changed?
4:45:18 PM dayjoaspen I was not consulted nor informed of any changes to billing
4:46:45 PM Rober H I will need to check your billing account here in order to properly assist you further, are you able to verify ?
4:47:23 PM dayjoaspen I tried, but the login failed, I can try again.
4:47:35 PM dayjoaspen There.
4:49:10 PM Rober H
@Dayjo
Dayjo / todo.md
Last active January 14, 2016 21:49
Todo list for game

Game

  • Colourising image for different times of day
  • Responsive game? Different screen sizes, stretch or more view?
  • Put the game engine online