Update standalone authored by bgm's avatar bgm
......@@ -27,10 +27,10 @@ Things to consider:
## Need help
* How do we get the CSS/JS assets to be loaded in the HEAD? (c.f. templates/CRM/common/standalone.tpl)
* Session handling? user management?
* Making clean URLs work?
* How to launch the installer? (edit: maybe it "just works", but I was testing with an existing database, need to re-test with a new DB)
* [ ] How do we get the CSS/JS assets to be loaded in the HEAD? (c.f. templates/CRM/common/standalone.tpl)
* [ ] Session handling? user management?
* [x] Making clean URLs work? (c.f. web/index.php, `$_SERVER['REQUEST_URI']`)
* [ ] How to launch the installer? (edit: maybe it "just works", but I was testing with an existing database, need to re-test with a new DB)
# Tooling
......
......