Coder Social home page Coder Social logo

art_nouveau's People

Contributors

maxarvid avatar tochman avatar

Watchers

 avatar  avatar

Forkers

tochman

art_nouveau's Issues

User can see individual project

As a authenticated user,
In order to find out more about a project
I would like to display all information about a project

TODO

  • Add protected route for authorised user for project detail view

User can register as a developer to join project

As a developer
In order to be able to join a project
I would like to be able to create an account
As the platform admin
In order to know how the platform is used
I would like to have users create accounts

TODOS

Task
Create Account Form
Call to API
API response handling (including error handling)
Redirect user after successful authentication
Display Join Button with projects
Add currentUser.isDeveloper() or User.isDeveloper(currentUser) functionality

Artist can create project

As an artist
In order to attract developers to my project
I would like to be able to create a project

TODOS

Task
Create Project Form
POST request to API
API response handling (including error handling)
Redirect user after successful form submission
Inform the user that project was created

Developer can join a project

As a developer
In order to commit to help out on a project
I would like to be able to join a project
Task
Add Join Button functionality
PUT request to API (in RESTful way)
API response handling (including error handling)
Redirect user after successful joining project
Inform the user they've joined the project

User can register as Artist to create project

As an artist
In order to create a project so I can get developer help
I would to be able to create an artist account
As the platform admin
In order to know how the platform is used
I would like to have users create accounts

TODOS

Task
Create Account Form
Call to API
API response handling (including error handling)
Redirect user after successful authentication
Add Create button
Add currentUser.isArtist() or User.isArtist(currentUser) functionality

User can see a list of art projects

As a User (Web Developer)
In order to be able to choose an Art Project to join
I would like to see a list of active projects

A project can potentially be open or closed for new members, but it can also be a draft project (inactive)

Tasks

  • Fetch project data from an API
  • Store project data in state
  • Display project data on load

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.