Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 910 Bytes

ROADMAP.md

File metadata and controls

25 lines (18 loc) · 910 Bytes

Frontend Roadmap

Database

Integrate with upcoming db, will be new endpoints in API

  • allows to query by tag and query by search
  • allows to automatically generate a displayUri for old objkts (audio, images, etc)
  • configurable hDAO votes/configurable aliases

Consider better pagination structure like:

{
  items: [...],
  next: 'https://api.hicetnunc.xyz/feed?counter=2',
  previous: 'https://api.hicetnunc.xyz/feed?counter=0',
}

Social sharing

In order to implement SSR I would suggest we migrate from RCA to Next.js. Next.js acts as a single page application but also as a static site generator. which will allow us to generate html pages for all the objkts.

We can consider other solutions to avoid migration to next.js.

@crzy: we're not chainging to next.js until we have a stable react version for us to experiment with react-native. Then we can think of next.js along native apps.