KyleBanks / goggles

🔭 Goggles is a cross-platform GUI for your $GOPATH!
Apache License 2.0
671 stars 18 forks source link

Render package details all on one end #7

Closed KyleBanks closed 7 years ago

KyleBanks commented 7 years ago

Currently the backend renders JSON and Markdown while the frontend parses the JSON and Markdown into HTML. Bits and pieces are all over the place with no rhyme or reason.

It'd be cleaner to just have one side do everything, and it seems as though the backend doing it would be the simpler solution, considering it has access to all the go/ packages already for parsing. However, the frontend needs to be able to collapse sections, link around, add buttons, style, etc. It might have to be done all on the frontend, even if it's the more difficult solution.