mozillascience / software-discovery-dashboard

MIT License
19 stars 8 forks source link

Frontpage #29

Closed amb8805 closed 8 years ago

amb8805 commented 8 years ago

Added functionality of the search form. Some placeholders, disabling multiple copies. adding new fields. Some basic form validation.

kocsenc commented 8 years ago

There seems to be a lot of logic and in layout.jade - could be a problem in the future.

amb8805 commented 8 years ago

Most issues should be repaired in r2efd368

lukecoy commented 8 years ago

for all the javascript folks - consider let and const instead of var in the future

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const

http://stackoverflow.com/questions/762011/let-keyword-vs-var-keyword

@Lettuceman44 @mok4ry