paul-tqh-nguyen / arxiv_as_a_newspaper

arxiv.org portrayed as if it were a news paper.
0 stars 0 forks source link

Get initial skeleton of front end working. #14

Closed paul-tqh-nguyen closed 5 years ago

paul-tqh-nguyen commented 5 years ago

This is to get the main content of our front end present.

We just want the content of the pages loaded there in some ugly way.

We'll address the aesthetics of how those are shown in different issues.

paul-tqh-nguyen commented 5 years ago

Progress Patch: https://github.com/paul-tqh-nguyen/arxiv_as_a_newspaper/commit/7d3cd2db0f1b927d690361eb292bd6383b4e7ddf

This patch makes it so that the bootstrap libraries can be installed and used in our front end with fewer troubles.

There are still more troubles to endure, but progress is being made.

paul-tqh-nguyen commented 5 years ago

Progress Patch: https://github.com/paul-tqh-nguyen/arxiv_as_a_newspaper/commit/260a6c338e3e8d6b93d0973fd209fde1a230fc63

We've made previous efforts to getting an endpoint working at https://webhooks.mongodb-stitch.com/api/client/v2.0/app/arxivnewspaperfetcher-mkmia/service/arXivNewsPaperListener/incoming_webhook/webhook0

We've now gotten that endpoint hooked up to our front end where that information is displayed in some ugly way, as requested by #14.

paul-tqh-nguyen commented 5 years ago

I believe that's all there is to do for this ticket.