manifold/functions/src
James Grugett 60f68b178d
Folds (#34)
* Fold type, fold page, query for fold contracts

* Tsconfig: target esnext, nounused locals: false

* Store tags in field on contract. Script to update contract tags

* Show tags on fold page

* Load all fold comments server-side to serve better feed

* Fix the annoying firebase already initialized error!

* Add links to /edit and /leaderboards for fold

* Page with list of folds

* UI for creating a fold

* Create a fold

* Edit fold page
2022-01-21 17:21:46 -06:00
..
scripts Folds (#34) 2022-01-21 17:21:46 -06:00
call-cloud-function.ts keep awake cloud functions 2021-12-17 20:13:20 -06:00
create-contract.ts Choose random hot contracts from top 16 every 5 minutes. 2022-01-15 00:44:33 -06:00
create-fold.ts Folds (#34) 2022-01-21 17:21:46 -06:00
create-user.ts Private user (#32) 2022-01-18 21:36:46 -06:00
emails.ts Add userId to email template so users can unsubscribe 2022-01-19 12:43:12 -06:00
fetch.ts keep awake cloud functions 2021-12-17 20:13:20 -06:00
index.ts Folds (#34) 2022-01-21 17:21:46 -06:00
keep-awake.ts turn keep awake on 2021-12-24 16:14:02 -05:00
markets.ts Switch to new dpm mechanism (#26) 2022-01-12 13:01:04 -06:00
place-bet.ts move market logic to common 2022-01-10 16:49:13 -06:00
resolve-market.ts Switch to new dpm mechanism (#26) 2022-01-12 13:01:04 -06:00
sell-bet.ts move market logic to common 2022-01-10 16:49:13 -06:00
send-email.ts HTML resolved market email 2022-01-10 16:08:38 -06:00
stripe.ts Private user (#32) 2022-01-18 21:36:46 -06:00
unsubscribe.ts Private user (#32) 2022-01-18 21:36:46 -06:00
update-contract-metrics.ts refactor data structures, calculations to common directory 2022-01-10 15:07:57 -06:00
update-user-metrics.ts Schedule cloud function to update user metrics: totalPnL, creatorVolume 2022-01-17 15:39:34 -06:00
utils.ts Private user (#32) 2022-01-18 21:36:46 -06:00