Giter Club home page Giter Club logo

hoot's People

Contributors

brokedown avatar dependabot[bot] avatar jobdestroyer avatar squash avatar twitch0125 avatar vcavallo avatar wkenya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hoot's Issues

Direct link to URL

It would be nice to be able to click on a link next to the title of a post from the community page and go directly to the URL linked, instead of having to click to the comments page and then to the link to the URL.

Display notifications

	"/api/unstable/logins/~current" returns "#/components/schemas/LoginUserInfo" which includes 					"has_unread_notification": {"type": "boolean"}

We should check this occasionally, maybe on a timer since we're SPA.

Use Ionicons instead of MDI (materialdesignicons)

The Mobile app is currently using Ionicons, which is a free icon library from the ionicframework peeps. I think they look pretty snazzy and more unique than the material ones. We'd just need to make sure there's an adequate icon for our current needs

One problem is that MDI is provided by default with vuetify and has a lot of helpful tooling around it.

Provide Page Titles for each route

With nuxt, each page file has a head section that can be used like this

export default {
     head(){
       return {
          title: 'Profile'
       }
  }
}

it also has access to the rest of the component, and can set values dynamically like this

export default {
     data(){
     return {
       community: {name:'test'}
      }
    },
     head(){
       return {
          title: this.community.name
       }
  }
}

take advantage of SSR hooks

Using Fetch() and AsyncData() hooks provided by nuxt to take advantage of SSR.
Will mostly be extracting logic out of mounted() hooks

Overhaul error handling

Problem

There is virtually no error handling in the app for failed API requests.

Solution

  1. Add an async helper function that will wrap promises in a TryCatch block
  2. either use that helper everywhere or perhaps integrate it into the $axios plugin
  3. standardize error handling

implement basic e2e and unit tests

Which framework should be used? I'm not very experienced with e2e or even unit test frameworks.
I know Jest and Cypress seem to be the go to frameworks for Vue though

Sessions invalidated very quickly

It seems that the user sessions seem to either be timing out or becoming invalid quite quickly, possibly related to session or cookie issues?

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.