Skip to content

Front end specifications

UMjp edited this page May 12, 2023 · 3 revisions

Here, we will lay out the front-end specs for the Query Generation

  • Visual mockup
  • Description of interactions
  • For the MVP, we don’t need a backend. Instead, use nextJS or something similar, in the following way:
    • Run queries directly against the reddit API.
    • nextJS can act as a server to do the oAuth stuff that’s necessary.
    • Save query results in a local front-end cache for the duration of the session.
    • Don’t worry about saving any results between sessions. The demo restarts whenever you do a new session.
  • Text to go with the visual mockup explaining content and interactions

We can attach visual mockup files directly to this page.

For example: Simplified Version build 3 (2022-11-21)

  • For displaying any Reddit comment, use the oEmbed

Useful Reddit URLs

Clone this wiki locally