GithubHelp home page GithubHelp logo

uniform_imperials's People

Contributors

pirogoeth avatar mh1723 avatar gustavomm avatar conanthecleric avatar jdd932 avatar

Stargazers

Pierry Borges avatar  avatar

Watchers

 avatar James Cloos avatar  avatar  avatar  avatar  avatar John Quarles avatar

uniform_imperials's Issues

[MA] View implementation

Mobile app view implementations should be done mostly with Android's XML view format along with supplemental classes for adapting models into views (ie., RecyclerViewAdapter, etc).

This requires relatively close integration with the models team (#13, #8) for loading proper data from models into the adapters.

Task details:

Set up Reveal.js base project

Set up the scaffolding for the Reveal.js base project in /docs/presentation. Figure out where/how we're going to host this and possibly set up auto-deploy for the presentation files on a subdomain somewhere.

Server implementation

The server-side notification dispatcher will handle registration of devices and channels, as well as notification routing between devices via a target module (GCM, brokering, etc).

Implementation details:

  • Language: Python 2/3
  • ORM: Peewee
  • Task broker: Huey
  • Web framework: Bottle + Restify

Task details:

Automated testing and code linting...

We should integrate with some sort of CI to test our code as we push to develop -- makes ensuring that a PR to master will not introduce bugs!

Options:

  • Travis CI (hosted, free for open-source)
  • Drone CI (self-hosted, already have a copy running)
  • Appveyor, Semaphore, ...?

Model implementations

One of the things we really need before you can move much further with development is models. It's hard to design an interface if we don't have data that matches what we're trying to view..

Some models will be slightly different than others. Some models will load data from Android's SQLite store, some will load data purely from the REST API provided by the dispatcher. Some models will do hybrid fetching and caching to the local database. Here's a preliminary breakdown:

Local-only:

  • Historical notifications (configurable limit)
  • Settings
  • Application white/blacklists

REST-only:

  • Channel detailed information
  • Outbound notification

Hybrid REST+LC:

  • Active devices

Structure the notification-dispatcher project

Begin the structure for the dispatcher part of the project. This requires that we decide what language the thing will be coded in, first. We don't need a web front-end, just a REST-ish API. This makes things considerably easier.

Design some interface mocks

One of the requirements for the project is to present an interface mockup. This is obviously something that is very useful for our end-project, but we should definitely try to sketch out something soon to get this in the works.

Write presentation documents

Within the presentation directory, we should have a series of Markdown documents representing our slides. I feel that this is considerably easier than trying to modify and format Markdown inside HTML.

[MA] Model implementations

Mobile app model implementations according to presentation and following dispatcher return spec.

Preliminary response structure for channel and device models is documented in the server-side code: /server/src/unwind/routes/{channel,device}.py.

Soon, server-side models will be complete enough to structure the mobile models as well.

Implementation details:

Task details:

Integrate newer SQLite libraries into mobile app.

Android's built-in SQLite library is old and slow, so we should use the "new" versions provided by Requery:

# in build.gradle
dependencies {
    compile 'io.requery:sqlite-android:3.12.0'
}

This makes sense considering we're also going to use Requery as our ORM in the mobile app.

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.