Peixuan Ding

Results 21 issues of Peixuan Ding

Currently Golf stores cookies explicitly. Let's create a secure cookie method `Context.SecureCookie` & `Context.SetSecureCookie` to allow encrypting the cookies using a symmetric key. Before using the secure cookie, the user...

enhancement

Would like to see a `MemorySession` pool in the `MemorySessionManager`. We can use the pool for new `MemorySession` creation to avoid frequent memory allocation.

Optimization

Router should have the ability to route a path to another app, so that there can be several apps in a single project. Like this: ``` go app = NewApp()...

enhancement

Currently Dingo uses [SimpleMDE](https://github.com/NextStepWebs/simplemde-markdown-editor) as its built-in post editor. However, I would ❤️ to hear your voice about which editor you prefer the most. To improve the user experience we...

enhancement
help wanted

Tests: - [x] Using GoConvey for Behavior Driven Tests/Development Post: - [ ] Post category #3 - [ ] Post cover image #2 - [ ] Post sharing link Others:...

Roadmap

Let's build a `contributors` page which lists our contributors from [github.com/dinever/dingo/graphs/contributors](https://github.com/dinever/dingo/graphs/contributors) as a thank-you and encourage more people to get involved into this. I'm thinking about writing a script to...

enhancement

It would be great if we can implement a cover image field for each post. - [x] Cover image text input field in editor page. - [ ] Drag &...

enhancement

I'm planning to add a ![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg) button in the README file so that users can easily deploy the application without owning a server. However, Heroku does not support...

enhancement
help wanted

Currently, Dingo uses template rendering for the dashboard view. It would be great if we take the rendering logic to front-end. (e.g. using [Angular Material](https://material.angularjs.org/latest/)) This will not be done...

enhancement

It would be great if we can show some web analytics information on the dashboard. For example: - How many page views I had during the last week? - What...

enhancement
help wanted