dat-ecosystem-archive / datBase

Open data sharing powered by Dat [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
http://datbase.org
244 stars 32 forks source link

datBase #609

Closed okdistribute closed 6 years ago

okdistribute commented 6 years ago

Only contain code here for viewing and shortlinking dats.

TODOS:

joehand commented 6 years ago

Deploy under new domain. (http://hub.datproject.org or something...)

We use the domain for the CLI too. So we'll need to do a release at the same time changing the default. Or is there is a way to smoothly handle old links? Maybe we can do redirects for API calls on datproject.org/v1/ too.

joehand commented 6 years ago

Make the front page really simple with only a search box and info/instructions

Put a draft front page up. Not much on the instructions side, just general info.

Transfer from flexboxgrid.com to tachyons

Started to do this but decided against it. A bit too many interconnected pieces with the grid right now.

other

joehand commented 6 years ago

Bugs I've introduced that I need to fix:

page title event:

'DOMTitleChange'|state.events.DOMTITLECHANGE

This event should be emitted whenever the document.title needs to be updated. It will set both document.title and state.title. This value can be used when server rendering to accurately include a tag in the header. This is derived from the DOMTitleChanged event.</p> </blockquote> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/joehand"><img src="https://avatars.githubusercontent.com/u/684965?v=4" />joehand</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>We are getting close. I'm going to merge so I can get the docker + travis tests to run properly. Having trouble with docker-compose currently.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>