Code Monkey home page Code Monkey logo

harmony's People

Watchers

 avatar  avatar

harmony's Issues

Server Sidebar

Implement a Widget that renders the list of servers.

Should:

  • Display the avatar of the servers in a circle if unselected
  • Should have a hover animation when hovering a non-selected server
  • Should from unselected to selected when user taps a server icon

Follow Up goals:

  • Displays notification icon for servers that have had interaction
  • Should have a fixed position badge when a new notification comes in

serverscreenshot

Refine HomeButton

The HomeButton needs to be refined.

The remaining features:

  • Update colors
  • Should represent its selected state
  • Should communicate with the application that it has been tapped
  • Should have a Hover style state
  • Should display user status (max 1 line)

Follow-Up features:

  • User variants of the HomeButton should represent their logged in state
  • User variants of the HomeButton should allow for a notification badge if there are pending chats
    home_button

Implement DefaultAuthService.

Provide the default implementation for the AuthService.

This needs to handle:

  • Oauth for mobile and web cases
  • User authentication status caching
  • User auth token management validation/invalidation

Create a Widget that facilitates CustomNavigation

This application has a deeply nested routing structure. While Flutter has good primitives for routing, it would be arduous to have a route generator that's populated with long if/elses or switch statments.

Devise and implement a way to map Route names to a way to build different pages. Implement so that this declarative structure can be used in multiple places of the app (since we have min 2 nested routes)

Create a SplashPage

Create a splash page to greet users who are entering the app from a cold start.

Figure out when to Authenticate User

We need to figure out when we attempt to Authenticate the users. Do we need platform level route guards? Do we want to attempt this at the very beginning of the app? Investigate and follow up.

Refactor HarmonyRouterDelegate pages property

The HarmonyRouterDelegate's pages prop is currently composed of a messy if/else decision structure to declarative routing structure of the application. Instead of this structure, provide a Map data structure that maps defined a defined HarmonyPage enum to a given PageBuilder where PageBuilder is defined as:

typedef PageBuilder = Page Function<T extends PageBuilderArguments>(T);

Replace Home Widget _buildMain with nested Navigation.

The main view portion should be controlled by nested navigation. This enables the view to be configured without hardcoded values. (eg. instead of hardcoding the display of the view, we can pass in an id from the route to fetch the data.)

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.