monkeytype/backend/dao
Jack b60e6905ce
Made username non optional (#2859)
* reduced code repetition

* throwing error when no name provided

* stopping signout if no current user

* expanded to 16 chars

* moved code to popup file

* added google sign up popup

* checking if name is available in the backend

* deleting account if popup was closed
uncommented sign up process
addd functions to enable and disable input

* added google sign up event to avoid circular dependency

* hiding by default

* name is no longer optional
user is deleted if its database object is not found

* using loader to indicate background activity
2022-04-23 19:46:41 +02:00
..
ape-keys.ts Final touches/tuning for ApeKeys (#2663) 2022-03-09 19:40:35 +01:00
bot.ts Add ApeKeys CRUD (#2606) 2022-03-01 11:11:01 -05:00
config.ts Add ApeKeys CRUD (#2606) 2022-03-01 11:11:01 -05:00
leaderboards.ts Converted leaderboards DAO to typescript (#2843) 2022-04-21 12:24:13 +02:00
new-quotes.ts Converted new quotes to typescript (#2844) 2022-04-21 17:23:24 +02:00
preset.ts checking size of config 2022-03-28 17:41:16 +02:00
psa.ts Migrate some DAO to ts (#2633) 2022-03-04 22:50:15 +01:00
public-stats.ts Migrate some DAO to ts (#2633) 2022-03-04 22:50:15 +01:00
quote-ratings.ts Enable strict null checks in backend (#2639) 2022-03-07 11:10:07 -05:00
report.ts Migrate some DAO to ts (#2633) 2022-03-04 22:50:15 +01:00
result.ts Convert ResultDAO to typescript and rename to DAL (#2838) 2022-04-19 13:49:12 +02:00
user.ts Made username non optional (#2859) 2022-04-23 19:46:41 +02:00