Git Product home page Git Product logo

artsite's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

artsite's Issues

Redo Like system

Have it show numbers instead of green bar. It is slightly confusing and doesn't work properly.

make more composables

make one for server connections
make one for loading posts and comments (load comments only when opened per post

Navbar get posts

Have navbar get posts from api and then emit the relevant data to homeview. will sake it easier to deal with sort and filter logic...

Update comment success snackbar

  1. Make it a separate component;
  2. Probably move it into the logic after the successful server communication instead of just after the click of post;
  3. Add loading icon while posting comment

Redo API... Follow this guide

/api/posts: get all posts (get, post, del)
/api/post/: get post given (get, del, update)

/api/comment/: get comment given (get, del, update)
/api/post//comments: get all comments on post given (get, post)

/api/tags: get all tags (get, post)
/api/post//tags: get all tags on a post given (get, post)
/api/tag/: get specific tag (get, update, delete)

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.