Java/MySQL scheduler, reminder for web app and standalone app

Ethan

OK so here is the scenario.

I have a local Java application running on a desktop. Users/clients need to check in to this (by going through required steps) either every day, every other day, weekly, biweekly, monthly, etc (admin-defined for each user).

In my web application, an admin would add the user and the schedule they need to check in to. If the user does not check in by their required time, then the admin would be alerted of this person and he can complete other actions from there.

How should I go about doing this and should it be done through MySQL or Java? I thought about scheduling events in MySQL but that could not be admin-defined on the web app. I'm not sure what else to do for this.

Erick Robertson

MySQL is good for storing state. Maintaining records of when they checked in is good, and you can write a script that sees who hasn't checked in when they needed to and alerts the admins. The Java application then just has to update the MySQL record with the current time everytime they check in.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Making Chrome web app standalone desktop program

From Dev

Reminder to open the app give feedback

From Dev

typeahead.js iOS Safari vs Standalone Web App Differences

From Dev

How to detect if web app running standalone on Chrome mobile

From Dev

Touch events are not firing on inputs iOS8 standalone web app

From Dev

Run standalone web app in Google Chrome without borders or toolbars

From Dev

Run standalone web app in Google Chrome without borders or toolbars

From Dev

typeahead.js iOS Safari vs Standalone Web App Differences

From Dev

Xcode standalone app issue

From Dev

Using @Transactional in a standalone app

From Dev

Xcode standalone app issue

From Dev

Pop-up reminder and todo app?

From Dev

Pop-up reminder and todo app?

From Dev

how to set up Holiday Reminder app

From Dev

Adding receiver and service to an android reminder app

From Dev

Is there an iphone-like reminder app for ubuntu desktop?

From Dev

How android reminder app works after closing it

From Dev

WP Silverlight 8.1 App - Reminder not launching app when touched

From Dev

Publish AIR app as standalone executable

From Dev

Create Spring boot standalone app

From Dev

Spark Streaming standalone app and dependencies

From Dev

Pandas Attribute Error in standalone app

From Dev

Where should I put a standalone web app which doesn't require an external web server?

From Dev

Any way to deploy a Meteor web app as a standalone self-contained package?

From Dev

How can I persist Session data in a standalone web app after an external launch?

From Dev

How can I persist Session data in a standalone web app after an external launch?

From Dev

I need to implement Notification Reminder in my android app

From Dev

Using x-apple-reminder:// to launch the Reminders app in iOS

From Dev

EKReminder which was created by stock Reminder app has startDateComponents of nil value

Related Related

  1. 1

    Making Chrome web app standalone desktop program

  2. 2

    Reminder to open the app give feedback

  3. 3

    typeahead.js iOS Safari vs Standalone Web App Differences

  4. 4

    How to detect if web app running standalone on Chrome mobile

  5. 5

    Touch events are not firing on inputs iOS8 standalone web app

  6. 6

    Run standalone web app in Google Chrome without borders or toolbars

  7. 7

    Run standalone web app in Google Chrome without borders or toolbars

  8. 8

    typeahead.js iOS Safari vs Standalone Web App Differences

  9. 9

    Xcode standalone app issue

  10. 10

    Using @Transactional in a standalone app

  11. 11

    Xcode standalone app issue

  12. 12

    Pop-up reminder and todo app?

  13. 13

    Pop-up reminder and todo app?

  14. 14

    how to set up Holiday Reminder app

  15. 15

    Adding receiver and service to an android reminder app

  16. 16

    Is there an iphone-like reminder app for ubuntu desktop?

  17. 17

    How android reminder app works after closing it

  18. 18

    WP Silverlight 8.1 App - Reminder not launching app when touched

  19. 19

    Publish AIR app as standalone executable

  20. 20

    Create Spring boot standalone app

  21. 21

    Spark Streaming standalone app and dependencies

  22. 22

    Pandas Attribute Error in standalone app

  23. 23

    Where should I put a standalone web app which doesn't require an external web server?

  24. 24

    Any way to deploy a Meteor web app as a standalone self-contained package?

  25. 25

    How can I persist Session data in a standalone web app after an external launch?

  26. 26

    How can I persist Session data in a standalone web app after an external launch?

  27. 27

    I need to implement Notification Reminder in my android app

  28. 28

    Using x-apple-reminder:// to launch the Reminders app in iOS

  29. 29

    EKReminder which was created by stock Reminder app has startDateComponents of nil value

HotTag

Archive