Skip to content

Instantly share code, notes, and snippets.

View joshkh's full-sized avatar

Joshua Heimbach joshkh

View GitHub Profile
@joshkh
joshkh / BlueGenes - My Data - 18 October 2017.md
Created October 18, 2017 12:48
BlueGenes - My Data - 18 October 2017

My Data (MyMine) 18 October 2017

Important Note!

Basic authentication has been implemented. When logged in, any 'write' operations (e.g. saving and deleting lists) you perform will persist to your InterMine instance. Feel free to create a test account or use the default anonymous account while we continue to develop and test the BlueGenes version of MyMine.

Updates

My Data still has a long way to go, but your early feedback will help steer development. Don't be shy! Tell us what's missing, and how we can improve upon the old process of how users manage their data.

;; In core.cljs
(ns foo.core
(:require
[pushy.core :as pushy]
[re-frame.core :as rf]]))
(defn routing! []
(pushy/start! (pushy/pushy #(rf/dispatch [:routes/set-page %]) routes/match)))
(defn ^:export init []
(ns breadth.views
(:require [re-frame.core :as re-frame]
[json-html.core :as json-html])
(:use [json-html.core :only [edn->hiccup]]))
(defn mymap []
[{:self :a
:myval " x "
:children