OpenSourceCTF / website

MIT License
7 stars 3 forks source link

Initial implementation of addon store, api, and collection rendering … #5

Closed RonSpawnson closed 7 years ago

RonSpawnson commented 7 years ago

Getting my feet wet with by extending the project to add basic support for fetching and showing addons (addon store, api, and collection rendering).

You can test it out by viewing the "recent" addons page.

Caveat: The render is rough and needs styling/designing. I'm printing the values out right now as a stand-in placeholder.

RonSpawnson commented 7 years ago

I appreciate the feedback / nitipicks, especially as I get acquainted with the technology/project structure.

I'll work on addressing the above and issuing a new diff once ready.

RonSpawnson commented 7 years ago

Ready for re-review / merge.

Long term strategy may be to migrate to filterable/sortable table. Two pages - Store and Installed, or something like that