Yusuf S

Results 7 issues of Yusuf S

Uses [pm2-axon](https://www.npmjs.com/package/pm2-axon) for ipc. As of now just implements query to get current queue Current implementation of queue's isn't great and falls apart on restarts. Might be worth it to...

Not ready for public use, would need some sort of rate limiting and ways to prevent expensive queries. Uses apollo-server for now Uses [type-graphql](https://typegraphql.com/) to define resolvers and models Uses...

Downloads round data and open source documents/cites from debate wiki. Also downloads file from openev. Uses [xiki's rest api](https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiRESTfulAPI) to pull the data. Main limiting factor is the response speed...

Generates a client from the caselist's openapi schema using [openapi-generator-cli](https://openapi-generator.tech/docs/installation/). Uses a local copy of the schema cause the current online one is very outdated. Requests are limited to 1...

Adds docker compose file for databases and node app This is my first time using docker, so there are probably simpler/better ways to do some of this Naming conventions also...

Uses [pgsync](https://github.com/ankane/pgsync). Setting up with solr would take more effort that I thought it would, could be tried if there are issues with Elasticsearch but it seems to work well....

Updates pgsync and implements searching rounds by cites and round report. Cites are searched through pgsync, round reports are through postgres using `LIKE` queries Filtering could be added to improve...