Giter Site home page Giter Site logo

modelwyn's Introduction

Welcome, Traveler

Keybase Twitter Stack Exchange reputation Linkedin

My name is Evan. I am an obsessive problem solver.


Software Architect // Hacker // Wargamer // Musician // Brewer // Pit Master

You can find my infrequently updated ramblings at: https://exitiumonline.com

modelwyn's People

Contributors

lykathia avatar

Watchers

 avatar

modelwyn's Issues

In order to sign up as an unregistered user, I want to be able to register an account

Some form of user authentication is required in order for people to be able to use the website.

Signup should be simple, and for security reasons, authentication not our concern.
To that end, implementing SSO seems to be the best solution.

As a general rule of thumb, supporting facebook and google are good first steps. If we need site-specific user account support, or other providers, we can revisit later.

Implementation

To follow a proper RESTful implementation, the following models/resources will be created:

Create/register new user:

POST /api/user

Tasks

  • Create UI/UX
  • Implement OAuth endpoint for facebook
  • Imeplement OAuth endpoint for google
  • Generate developer swagger documentation for endpoints

In order to use the application as a registered user, I want to be able to log in

This may have some overlap with #1 depending on implementation. I am unsure if OAuth registration feeds are particularly diverse in their delineation between registration and login.

If that is the case, then the other ticket can be closed -- as it would be better suited to create session tokens here rather than in user creation.

Implementation

To follow a proper RESTful implementation, the following models/resources will be created:

Create/register new session (login):

POST /api/session
Returns: Session JWT

Tasks

  • Create UI/UX
  • Implement OAuth endpoint for facebook
  • Imeplement OAuth endpoint for google
  • Generate developer swagger documentation for endpoints

In order know what models I own, as a registered user, I want to be able to view my collections

One of the core concepts of modelwyn is the idea of hobbyist collection.

To that end, we should strive to accomplish a couple things:

  • Be visually satisfying
  • Display relevant information at a glance
    • Model name
    • Manufacturer
    • Release date?
    • Painted status?
  • Allow a user to group items together in various collections

Perhaps there is a gallery at the top of the page, if a user has uploaded images (ala strava).

Implementation

The following information will be available at the following RESTful endpoint:

List items in a given collection

GET /api/collections/:id

List collections owned by user:

GET /api/users/:id/collections

There will need to be some way for users to view what collections they have, and view the contents of any particular given collection.

Tasks

  • ...
  • ...

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.