Giter Site home page Giter Site logo

wekra / angry_nerds Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 376 KB

Fictional Service App developed in the course 'Software Architectures Laboratory' in the Computer Science Master programm at Hochschule Karlsruhe

Java 0.31% Objective-C 0.64% Dart 99.04%

angry_nerds's People

Contributors

cotsog avatar lycentzia avatar matbadev avatar tanjadev avatar wekra avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

cotsog

angry_nerds's Issues

Improve ReadMe

We should add a more descriptive text about this project to our ReadMe.

Maybe also include some build status information later?

Part

Create a page which represents a Part.

Create Screens

The following screens should be created:

  • Login
  • Home
  • Notes (notes&tasks list )
  • Appointments (appointment list)
  • Appoinment Detail View
  • Orders and Parts (list)
  • New Order
  • Customers (customer list)
  • Customer Detail View
  • Service Product (details)
  • Service Completion

image

New Warehouse Order View

Opens after pushin the floating action button on the warehouse page.
Browse the available parts in the system and order a specific quantity of them.
Supports ordering multiple parts in one order.

Sign-in with Google

Build a widget that looks like the common 'Sign-in with Google' Buttons including the needed functionality.

Warehouse > Warehouse Tab

Implement the warehouse page which displays a list of all available parts in the technitians warehouse (including their amount) and also features a floating action button to start a new warehouse order (#25).

Include Build in CI

Enhance the Travis configuration file so that it automatically builds every commit that is being merged into the branches development or master.

This also includes changing the file flutter.gradle in $FLUTTER_HOME\flutter\packages\flutter_tools\gradle, meaning replacing the following lines

buildscript {
    repositories {
        jcenter()
        maven {
            url 'https://dl.google.com/dl/android/maven2'
        }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.1.2'
    }
}

with

buildscript {
    repositories {
		google()
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.1.2'
    }
}

Todo/Task

Create a page that represents one task/todo item.

Implement Firebase repository

Add a repository providing access to Firebase database. Furthermore add a special list widget reacting to change operations in firebase collections.

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.