Coder Social home page Coder Social logo

nabl's Introduction

NABL - Not a bad (time) logger

Build status

master: CircleCI develop: CircleCI

Background: imt3673 (Mobile development course) project. Bases for imt3602 (Professional Programming) assignment. Reports are in the Wiki

Description

There exists a lot of applications made for logging time. However, none of the ones we have tried have suited our need. Our original uses cases was to have a time logging application for sole proprietorships or smaller companies. A company may have projects and clients, and log hours against these. The hours logged must be exportable, as of now this is done by creating a excel sheet, and having this exported via email or cloud storage.

Time logging

After some research into similar applications, we see two primary ways of logging time in an application. There is check-in and check-out, and register after. We are only going to support register after. This means that you will make an entry at the end of the day. We also want the worker be able to include a description of the workday.

User registration

User regustration is done either by email or by google oauth.

Company registration

A company owner needs to add the company to our system. And be able to inspect how many hours spent on each section of the company. This functionality could be in a separate application, as of now we have it in the same. It must be possible for the leader / owner to register time even though the user is also administering the company account.

Exporting time-sheets

We need to be able to export time logged locally as well as time logged in our database. We will anyhow use excel spread-sheets. If time is logged in firebase, the administrator will have the possibility to retrieve all time-sheets from a project for a specified amount of time.

Done

  • Create/Delete companies
  • Register/see/update/ delete company clients and projects
  • Log hours against a company's project/client
  • Export timesheet
  • Summary
  • Email and google login
  • Hour Log entries getter network calls
  • Add multiple users to a company
  • Create a group or log hour internal
  • User privilege
  •  Invoice generation

Building

The application builds using Gradle.

To enable Firebase you have to add a Firebase project an download the generated 'google-services.json'. Place it under '/app/'. Note: that document is not meant to be public i.e. every who has that document have full access to your firebase services.

To enable the Google login (email login will work without) you have to add your computers SHA1 fingerprint to Firebase

Authors

  • Markus Andre Jacobsen
  • Ahmed S. M. Madhun
  • Martin Klingenberg

nabl's People

Contributors

a7med-95 avatar markusajacobsen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

klyngen

nabl's Issues

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.