Git Product home page Git Product logo

bears-team-24's People

Contributors

giovannisampaio avatar jdmedlock avatar jenovs avatar keith1111 avatar nikrb avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bears-team-24's Issues

frontend: auth routes

put /assets/new in browser address bar and it takes you there.
Can't do anything, but failures are ugly.

  • create AuthRoute component for route in FE app.js
  • replace Route's with AuthRoute for appropriate paths

cms sidebar topics order incorrect

The topics and sub-topics are not (necessarily) ordered correctly in the cms sidebar.

  • create topic and sub-topic entities with order field
  • add order field to article entity (to order titles in sidebar)
  • create topics admin page*

* Topics admin page could be split in two, topics at the top, sub topics below. All Topics/sub topics need displaying with their order fields

STAGE2 MVP

  • implement fine grained role auth in FE
  • keep article history by contributor
  • moderation of changes (members will need trust levels)
  • some seed articles need reformatting
  • set order of items in cms Sidebar
  • change workflow articles will need updating.

backend endpoints for assets

backend routing for asset crud operations

  • create a new asset
  • upload a file and store in db (base64 string. mongo datatype Buffer)
  • update asset detail by _id
  • delete asset by _id

backend endpoints for articles

backend routes for crud operations

  • create new article (POST)
  • retrieve existing article (GET)
  • retrieve list of articles (GET)
  • update existing article by _id (PUT)
  • delete existing article by _id (DELETE - let's just set an active flag to false)

nice to have

  • keep article history by contributor
  • retrieve n articles by page number
  • retrieve articles by category/date/contributor

backend endpoint: get article list

parent issue #30

  • create endpoint to fetch list of articles
  • link frontend page list to fetch article list
  • add optional parameter to query by category

As a visitor I can navigate content using the sidebar

  • create sidebar with hard coded categories, e.g. see voyage wiki
  • implement categories that can be expanded/collapsed to show sub categories
  • move styles from css file to styled components
    - [ ] stub a leaf document which when click will print uri in browser console
  • move categories topics to json and read in

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.