Commit Graph

10 Commits

Author SHA1 Message Date
97dfe5955f Replace testing code with production 2021-09-08 12:22:25 +01:00
014bbbdd4f Fix regex usage error and increase efficiency 2021-09-08 12:21:22 +01:00
639159d4b3 Swap replaceAll for regex
Was using replaceAll, which isn't available in Node.JS. Instead using regex now
2021-09-08 12:03:55 +01:00
548eb6e210 Fix answer processing bug
Only first instance of each character was removed when cleansing strings. Now all instances are removed.
2021-09-08 11:54:23 +01:00
1dfc196299 Change functions region 2021-09-01 20:06:31 +01:00
26c7861ee5 Fix variable declarations left from unit testing 2021-09-01 19:06:28 +01:00
437c27bb00 Add new Cloud Functions 2021-09-01 17:34:17 +01:00
21fe3f660a Update cloud functions to add new functionality
Allow creating progress data from multiple sets
2021-08-10 20:29:24 +01:00
58aedc143c Update cloud functions with new functionality 2021-08-08 22:13:59 +01:00
460d214b94 Add database cloud functions 2021-07-25 22:47:47 +01:00