Ben Hutchison
Ben Hutchison
Thanks for the screenshot. Looks like a bug in this project. Will open a separate issue to track it.
You can manually insert a person into the `people` collection in the `floorplan` Mongo database. Here is an example document. ```json { "fullname": "Ben Hutchison", "desk": 71, "office": "mv3", "email":...
It looks like the document did get inserted. Can you click the `›` to expand the row that says ``` (1) ObjectId("59229ba… ``` You should see all the field values...
Thanks @bdws, you've found a bug with the default `mountPoint` setting getting turned into `//`. This is the same as #34. I'm working on a fix now.
See #34 for the `mountPoint` fix.
On page load, check the URL for a deep link to a person. If it's found, convert the URL hash into a fullname (replace _ with space) and populate the...
Interesting, this isn't reproducing on my system. What version of MongoDB are you using? I suspect the semantics of sending `{ _id: null }` may have changed, since I am...
Thanks for the tip on the directory permissions, I have updated the Readme: 073f3e2b1e754747dd99126aaa4910ffe87de1ec
Hi @SpedsT, Thanks for looking at this project. I'm not actively working on this issue right now. I accept pull requests, but I will also understand if you decide to...
Thanks, I'll try to take a look at this. I appreciate you sharing it.