Giter Site home page Giter Site logo

oramessaging's People

Contributors

smiles2424 avatar

Watchers

 avatar  avatar

oramessaging's Issues

Unit testing

Well totally forgot to add these in. Will look into adding unit tests for the validators. I didn't see a need to unit test the provided CrudRepo and PagedAndSortedRepo's. The controllers are the big needs right now.

Handle environment specific keys with resource files

Move environment specific variables to a resource file. This will help with changing environments when switching from dev, test, and prod.

  1. AuthTokenService.SECRET shouldn't be checked in to SCM. Should be defined at deployment time

Change database implementation

Right now the appliation is just using the in memory h2 database to save on dev time. Going forward we would need to move this to a real database.

Configuration Cleanup

Possibly centralize into common area or namespace. Trying to avoid using xml files but definitely seeing how keeping it in Java adds quite a bit of boilerplate code.

Chat Message Structure

Enhance the Chat structure from its simple form right now to its more complex form.

"data": {
    "id": 1,
    "name": "A chat",
    "users": [
      {
        "id": 1,
        "name": "Alex Patoka",
        "email": "[email protected]"
      }
    ],
    "last_chat_message": {
      "id": 1,
      "chat_id": 1,
      "user_id": 1,
      "message": "What are you doing later today?",
      "created_at": "2016-12-25T12:00:00+0000",
      "user": {
        "id": 1,
        "name": "Alex Patoka",
        "email": "[email protected]"
      }
    }
  }

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.