Coder Social home page Coder Social logo

osprey-photo / osprey-critique Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 6.61 MB

Photo Critiques - done right

License: Apache License 2.0

Shell 0.72% JavaScript 79.22% HTML 11.54% CSS 1.37% Vue 7.16%
photography photos critique clubs societies

osprey-critique's Introduction

Osprey Critique

Items to look at

  • Create export file with plain js DOM functions

  • Create fixed header, and site map. - Log in screen - Home screen for logged in user - Group page showing open critiques for this group - Critique page - main interaction - Profile page - Admin pages

  • Data-layer

  • Authentication & Authorization

Utilties to be used

Notes and reference

docker network create -d bridge osprey-odn docker run --net=ospreyodn_default --name osprey-mysql -e MYSQL_ROOT_PASSWORD=mypass -d mysql:latest docker run -it --net=ospreyodn_default --rm mysql sh -c 'exec mysql -hmariadb -P3306 -uroot -pmypass'

docker run -d --name="logspout" \
	--volume=/var/run/docker.sock:/var/run/docker.sock \
	--publish=127.0.0.1:8000:80 \
	gliderlabs/logspout
curl http://127.0.0.1:8000/logs
    https://github.com/gliderlabs/logspout/tree/master/httpstream

https://docs.docker.com/samples/library/mysql/

https://dev.mysql.com/doc/mysql-getting-started/en/#mysql-getting-started-basic-ops

https://nodejs.org/en/docs/guides/nodejs-docker-webapp/

docker run --name some-app --link some-mysql:mysql -d application-that-uses-mysql

docker exec -it /bin/bash https://hub.docker.com/_/mariadb/ https://www.digitalocean.com/community/tutorials/how-to-import-and-export-databases-in-mysql-or-mariadb

http://knexjs.org/#Schema-references https://bulma.io/documentation/overview/start/ https://plainjs.com/javascript/attributes/adding-removing-and-testing-for-classes-9/

https://stackoverflow.com/questions/7067966/how-to-allow-cors https://gist.github.com/thejmazz/067295d9fb8b22c77be0 https://springbootdev.com/2018/01/02/babel-and-webpack-for-compiling-and-bundling-javascript-es6-es6-es7-es8/

https://webpack.js.org/guides/output-management/

https://mariadb.com/kb/en/library/installing-and-using-mariadb-via-docker/#downloading-an-image

https://github.com/axios/axios/tree/master/examples

https://blog.risingstack.com/node-js-best-practices-part-2/

https://g.codefresh.io/repositories?filter=view:all;mode:grid

https://www.npmjs.com/package/@okta/okta-vue

User-authetnication into Vuex https://medium.com/front-end-hacking/persisting-user-authentication-with-vuex-in-vue-b1514d5d3278

osprey-critique's People

Contributors

mbwhite avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

fossabot

osprey-critique's Issues

Critique Editting Page

Image manipulation.

Brightness, Contrast, Saturation
Crop, rotate (90 ๐Ÿ”„ only)
Markers

Tabbed based selection of which section

Basic page with image at top, controls underneath..
Use JS to load in image
Apply corrections as dictated

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.