Learn-by-doing / bitstarter

A crowd funding website that uses bitcoin
MIT License
23 stars 28 forks source link

Place all info/success messages in flash #82

Open victorbrender opened 7 years ago

victorbrender commented 7 years ago

Use https://www.npmjs.com/package/express-flash @chill117 Can you confirm that this package should be used to implement flash in the application? Thank you!

chill117 commented 7 years ago

@victorbrender No, I wouldn't use that module because it hasn't been maintained for 3 years. Flash messages are actually pretty simple. I don't think it would be too difficult to implement this without a module.

bokova commented 7 years ago

@chill117 "Place all info..." - would help if the task was more specific as to what exactly should be in a flash message

victorbrender commented 7 years ago

Flash messages proposal: