-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature added: Ability to force email and name entry #14
base: master
Are you sure you want to change the base?
Conversation
TODO: apply these changes to frontend ui as well.
Add ability to force email and real name fields via env file.
This looks great! When I get some free time (this weekend hopefully), I'll try it out and merge it in if all goes well. |
Thanks. If you have an idea how to inject into the UI to read the env variables (js is not my strong suit), then I can implement before submission on the UI side. Tests maybe broken, didn't update those, will try to get a look at it, but don't wait for me. :) |
I think we'll need to update this file to include the env variable and https://github.com/jimpick/lambda-comments/blob/master/packages/frontend/webpack.config.js#L69 I haven't looked at your code yet - I'll check it out soon. On Wed, Jul 27, 2016 at 5:31 PM, Brian Kruger [email protected]
|
If the .env can be pulled into the FE UI, then adding your other open issue of content length should be fairly trivial. Whenever you get around to the code check, no hurry. |
Looking at this a little more, yeah. I get how to potentially pass some things into the UI. Probably would be useful to make a util/config.js perhaps to pass some items in. Not sure if there's a way to stringify everything from it in case of major expansion, but I have an idea. I'll play around and try to amend the pull request to cover front end ui, probably be a few days before I get to it. |
added content length and (mostly) blank post checking added bonus - comment box counter
add frontend validation before lambda post
@jimpick you still alive there? :) |
Sorry, been super busy. I'm way overdue to put some time in on this project. |
Only available via lambda at the moment as I'm not sure how to parse .env file for the front end ui to do the right thing.