Coder Social home page Coder Social logo

fugl's People

Contributors

ajm188 avatar kdeal avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

fugl's Issues

Setup instructions no longer accurate.

  1. There is no longer any pelican-themes directory with submodules. It's all part of the themes/ directory.
  2. python manage.py populate takes an additional argument that isn't mentioned. Instead, you should run it from the root like this python fug/manage.py populate themes/.
  3. You need to run a command like this: sudo -u postgres initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data' before you run the CREATE DATABASE command.
  4. Before running the populate script, you should run make migrate so that the database gets initialized.

User endpoints

Endpoint to check if a username is taken. There may be some other form validation endpoints, but that is the first one I thought of.

remove "project" prefix from URLs

literally every URL (except "/", "/login", "/logout", "/register") begins with "/project".

We could remove this and do our routing more similarly to GitHub. The only caveat I can see is that we would have to prevent users from naming themselves "login", "logout" or "register."

Restful project endpoints

Issue for discussion on what I've been working on. Way I see it, we need the following endpoints (all of which require auth):

  • list projects owned by user
  • list projects shared with user
  • list projects owned or shared with user
  • show a single project
    • user must be able to view project
  • update a project
    • user must be able to edit project
  • update sharing settings on a project
    • user must be owner
  • delete a project
    • user must be owner

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.