Giter VIP home page Giter VIP logo

makespace-tip-calculator's People

Contributors

mradenovic avatar

Watchers

 avatar

makespace-tip-calculator's Issues

Forwarded emails are included in calculation

If an email with tip info is forwarded, duplicate message is created that is included in calculation. To fix the issue, check the sender of the message, before including it in calculation.

Add option to select preset period

Add an option for users to be able to select preset period of time. Possible presets could be:

  • This month
  • Last month
  • This week
  • Last week
  • Custom

Create Help page

Create a Help page, and show it in a modal when appropriate link in the navbar is clicked.

Add "Send Report" feature

Add a link to navbar that will send created report to the active user.

  • Create link in tnavbar that is disabled
  • When report is created, enable link
  • Format email with html
  • Create function sendReport(report) on server
  • Link client and server

Concurrent parsing by user causes unpredictable progress bar behavior

If the same user starts parsing in two browser windows at the same time, both processes are using the same user cache. Since user cache is used to communicate progress with the client, both progress bars will read current progress from the same variable.

To prevent issue:

  • check if progress value is greater than 0
  • If true, show warning and force user to wait until current process is finished
  • if false, execute parsing within try catch block, and reset progress

Dates not properly initialized on page load

Dates should be initialized to enclose previous month. i.e if current month is August, previous month is July, and dates should be After: 06/30/2016 and Before: 08/01/2016.

What actually happens is that After is 07/01/2016 and Before is 08/01/2016. And if the current time is close to midnight, After is 07/02/2016 and Before is 08/02/2016.

Create About page

Create a About page, and show it in a modal when appropriate link in the navbar is clicked. About page should contain author, version, attribution and possibly an image.

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.