Giter VIP home page Giter VIP logo

travlyn's People

Contributors

j0shuaschulz avatar joshuaschu avatar raphaelmue avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

travlyn's Issues

Quality assurance measures

  • Code Reviews (no code ownership)
  • Code Quality (sonarqube, IntelliJ, Java Warnings)
  • Testing (JUnit, Esspresso)
  • Continuous Integration (Jenkins)

Test Infrastructure

  • Create test infrastructure
  • Create example test
  • Integrate into Jenkins pipeline

Scope

Define exact scope and document it.

Data Sources

  • find and collect data sources
  • research for pros and cons respectively
  • decide, which to use

Requirements chapter

  • User story / perspective (Use Case Diagram)
  • Functional Requirements (SRS)
  • Non-functional Requirements (Mockups)

Login

Full blown login functionality:

  • Login User Interface
  • Checking credentials in Backend
  • Tests

Create Database Scheme

  • Defining an database scheme, that fits our requirements
  • Create this scheme in Swagger

City Suggestions

Fetch all city name from server and display them as suggestions for the search.

Mock apis for tests(DBpedia or ORS)

Some times there are test failures because of missing quota... maybe we should consider changing the number of calls in tests by mocking the responses or something.

Get POIs for city

  • query OpenrouteService to get POIs
  • query DBpedia to get details and description
  • cache POIs on associated DB table

Error handling on client side

When an exception is thrown on client side (e.g. when the server is not available), the whole app crashed. An solution would be to implement a logic, that when e.g. the class ApiClient raises an exception, this exception is caught, redirected to the respective Activity and the user is informed about the problem.
Every activity implements the Application interface, which has a method showErrrorDialog. This has to be called from the ApiClient class.
For each Exception class there has to be some kind of Formatter, that formats the exception message into an error message that the user can read. This might be implemented using polymorphism.

Authentication

When using the API, there is currently not authentication mechanism. The API specification suggests to send the users token in order to call specific resources.
Needs to be done ASAP as this is a security issue.

Server configuration

Some configuration tasks:

  • Jenkinsfile
  • Docker configuration
  • Database configuration

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.