-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make a landing page at /about #296
Comments
Applies to OpenUserJS#296
👍
Isn't this security sensitive... Could be moved to the admin page. |
Perhaps... that's why I'm asking for team input. I do like the commit hash being public though. That way administration can be "look here" in case someone is wondering. I'm still twiddling with the async package at the moment getting this pseudo synchronous because 1 time out of 1000 the Pages list was blank. heh... so learning a new technology for node. :)... and since no one answered me months ago about what waterfall was... my learning curve on this is somewhat improved. :) |
Applies to OpenUserJS#296 **NOTE**: This could use some verification to ensure it is being coded correctly. Works with standard testing on dev.
* Set currently to text since that's what those are Applies to OpenUserJS#296
Applies to OpenUserJS#296 **NOTE**: This doesn't appear to make a huge difference either way but symmetrical with null callback syntax with the implied return
Applies to OpenUserJS#296 **NOTE** Prior code deduced from other routines which probably have the same issue.
* Add hardcoded bookmarks * Add Mission header with tba * Add Getting Started header * Show node version for admins only
Applies to OpenUserJS#296
* Tack on a virtual model name since we have no control over this implied native DB model. Applies to OpenUserJS#296
* Show the raw npm ls JSON data for the server Applies to OpenUserJS#296 This appears to be the only way it can be done for listing the current dependencies. I haven't found any native API to Node.js that does this... so I'm willing to give this a whirl.
Closes OpenUserJS#296 Feature for GH commit hash added will need to be done somewhere in deployment if possible so that feature needs to be down the line.
* See https://spdx.org/licenses/ for GFDL Applies to OpenUserJS#177 and OpenUserJS#296
This should show some basic intel:
Welcome messagealthough could use a mission statement or something touting our site.Link to/about/about
, or move that into/about
, or an actual page TOC?Make controller synchronous for pulling the pages listNeeds verification on code structureAdd prerender processor to handle header bookmarks for static/about
page or just hardcode.What node version is running if possibleWhat app version is running if possiblePerhapsApplied at Add$ npm list
if possiblenpm list --json
to /admin #318 in a unique admin routeGitHub deploy commit hash to see if we have a particular HEAD deployed... so we can stop asking "Is it deployed yet?"perhaps the Collaborators link and remove from footer?n/m on the footerAny other ideas? Assigning to self for the time being although may be slower due to BLOCKING flag.
The text was updated successfully, but these errors were encountered: