Coder Social home page Coder Social logo

michlee1337 / panorama Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 291 KB

Learn concepts at different levels of abstraction and explore relationships between them.

License: MIT License

Python 64.79% HTML 23.97% CSS 6.70% JavaScript 3.95% Mako 0.56% Procfile 0.04%

panorama's Introduction

Build Status

This project is a side project/ experiment.
The objective is as follows:

  • support self directed learning via the user journey of figuring out what is the concept you want to learn while searching for resources.
  • encourage metacognition by presenting the concept map first and encouraging users to explore/ search in terms of concepts.

See the live website here
Read some unrefined reasonings behind the website here

Searching for resources

Searching for resources

  • Find resources by concepts, subconcepts, prerequisites, mediatype, and duration.

Exploring related concepts

Exploring related concepts

  • Refine search or explore related resources by exploring foundations (prerequisites), alternatives (same concept), or deep dive (expanding on sub concepts).

Filestucture

  • Loosely follows MVC
  • app initialization can be found in src/__init__.py
  • models can be found in src/models
  • blueprints can be found in src/blueprints
  • templates can be found in src/templates

Prerequisites

Install Python3 Set up Postgresql

  • create database and set the appropriate database url (elaborated below) Set up virtual environment
  • create virtualenv src
  • set DATABASE_URL environment variable
  • Start source env/bin/activate

Set up Prerequisites

  1. Start virtual enviroment source env/bin/activate
  2. Load requirements: pip install -r requirements.txt
  3. Run app: python3 src/__init__.py

Dev

To Upload a Dropbox Dump Database to Heroku heroku pg:backups:restore 'https://dl.dropboxusercontent.com/<random string from dropbox link>/<file name>' DATABASE --app panorama-stage

To Update Db flask db migrate -m "comment" flask db upgrade

Test

  1. Start virtual env
  2. python3 -m unittest discover tests

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.