Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermajeed authored Apr 18, 2024
1 parent 6e967db commit 03fe21b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mobile/app/notifier.js
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
//getTimetableJSON(username), setInterval() -> backgroundNotification(periodNum)
//https://dev.to/medaimane/background-processing-in-react-native-exploring-techniques-for-efficient-task-handling-2cbf
//https://www.linkedin.com/pulse/how-use-local-notifications-react-native-waqas-khan

/*
{
subject: "Physics",
monday: ["", "12A", "", "", "12A", "12A", "", ""],
tuesday: ["", "", "", "12A", "12A", "", "12A", ""],
wednesday: ["", "11A", "11A", "", "12A", "", "", ""],
thursday: ["", "11A", "11A", "", "", "12A", "11A", ""],
friday: ["", "12A", "", ""],
}
*/

0 comments on commit 03fe21b

Please sign in to comment.