Skip to content

Instantly share code, notes, and snippets.

@apucacao
apucacao / SketchSystems.spec
Created March 9, 2022 17:03
Responsive site navigation
Responsive site navigation
Closed
show navigation -> Open
Open
navigate -> Closed
close navigation -> Closed
@apucacao
apucacao / SketchSystems.spec
Created March 9, 2022 17:02
Responsive site navigation
Responsive site navigation
Closed
show navigation -> Open
Open
navigate -> Closed
close navigation -> Closed
@apucacao
apucacao / SketchSystems.spec
Created February 21, 2022 13:11
LaunchDarkly
LaunchDarkly
Project navigation
Feature flags -> Flag dashboard
Users -> User dashboard
Settings -> Project settings
Flag dashboard*
Select flag -> Flag details
Flag details
@apucacao
apucacao / SketchSystems.spec
Created February 21, 2022 13:11
LaunchDarkly
LaunchDarkly
Project navigation
Feature flags -> Flag dashboard
Users -> User dashboard
Settings -> Project settings
Flag dashboard*
Select flag -> Flag details
Flag details
@apucacao
apucacao / SketchSystems.spec
Last active April 15, 2021 19:57
Bulk member invitation form
Bulk member invitation form
Start
enter allowed number of emails -> Ready to save
enter number of emails that exceeds plan limits -> Must upgrade plan
enter number of emails that exceeds subscription limits -> Must upgrade subscription
Must upgrade plan
modify list of emails to within plan limits -> Ready to save
upgrade plan -> Must choose new plan
Must upgrade subscription
modify list of emails to within subscription limits -> Ready to save
@apucacao
apucacao / SketchSystems.spec
Last active December 9, 2020 14:54
Project management
Project management
List
click project -> Project home
Project home
click environment -> Environment home
click Projects -> List
Environment home
hit back -> Project home
click breadcrumb -> Project home
click Projects -> List
@apucacao
apucacao / machine.js
Last active July 20, 2020 01:21
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@apucacao
apucacao / SketchSystems.spec
Last active May 3, 2019 01:06
Upload to Giggles
Upload to Giggles
Unauthenticated
Authenticate -> Start
Start
Drop a file on the page -> Loading file preview
Select a file -> Loading file preview
Paste a Twitter link -> Loading URL preview
Loading file preview
Success -> Tagging
Error -> Loading error
<h1>Unit 10 — Practice exercises</h1>
<p>Try to complete as many of the exercises as possible by end of class.</p>
<ul>
<li>Class roster — <a target="_blank" href="https://popcode.org/?snapshot=6c693f22-b172-44c3-8743-f18eb538f01f">sample solution</a> | <a target="_blank" href="https://popcode.org/?snapshot=b1f62f27-9af1-44d1-95b3-f3ded7f56e47">starter code</a></li>
<li>Color picker — <a target="_blank" href="https://popcode.org/?snapshot=f94842c6-a42a-4d24-ae29-c221e583668c">sample solution</a> | <a target="_blank" href="https://popcode.org/?snapshot=b6a76bdf-c0a8-4b2d-af48-bd185072187c">starter code</a></li>
<li>(Another) pizzeria site — <a target="_blank" href="https://popcode.org/?snapshot=9ddf664f-a745-4fba-8848-37574cd00c30">sample solution</a> | <a target="_blank" href="https://popcode.org/?snapshot=272155f6-40eb-41d5-ba39-1f3b872fef27">starter code</a></li>
</ul>
@apucacao
apucacao / README.md
Last active February 8, 2018 15:18 — forked from anonymous/index.html
Exported from Popcode.

Example Code

Math functions

function operation(input A, inputB){
    return ;
}