build.pldb.com refresh
We need to make it easier for people to add content: https://github.com/breck7/pldb/commit/73706e569d922f7a3b80f655f618cc842de3e0d1
- when you add a subreddit the reddit importer should run and update immediately
- we should have autocomplete for the language ids
Here are some things we need:
- MUCH faster save. DONE.
- On save pldb.com should be updated
- Run crawlers on edit server
- Show real time error reporting. DONE.
I just added - Should show which fields are missing for a language and sort those missing fields by importance in commit https://github.com/breck7/pldb/commit/ab7af167fb49868d2ebfb6836b3140e47fefc27b
@breck7 : May be there could be a lst-rprts.pldb.com a place where lists, reports and their statics could also be mentioned, like a dashboard/reporting tool for knowing, if the data store requires (a)The need to run a crawler ? (b) List statics for data base seeding ( a lot of build time messages could be piped there, along with completion statics, etc).
if npm run build, npm run tests generate a scroll file with the information it would be an awesome addition.
npm run crawlers could update the scroll file too.
Right now all these exists, spread in various places, unless people know where to look, they could be confused.
It could even help ohayo project with data validation tool prototype, before data is visualized (only if people use tree-notation to store data, of course)
Your thoughts ?