Giter Club home page Giter Club logo

wildaid.github.io's People

Contributors

aayushi2883 avatar am-mongodb avatar augs0 avatar ayushjainrksh avatar brittanylau avatar dependabot[bot] avatar ericblancas23 avatar gabbyj avatar gabrielhicks avatar jessicasalbert avatar jonny7 avatar kandarppatel28 avatar ljhaywar avatar roshanpaswan avatar ruchayagnik avatar saribricka avatar sebawita avatar sheeri avatar wlcreate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wildaid.github.io's Issues

Add sandbox information

Developers shouldn't have to build an entire infrastructure just to test some changes. A sandbox solution has been built, let's document it.

Also let's add the code of conduct information to the README and the docs.

Add alt-text tags to build charts overview and deploy pages

Add alt-text tags to the build charts overview and the build and deploy to test charts pages.

Build charts overview:
Page exists at: https://wildaid.github.io/charts/2020/06/11/Build-Charts.html
In the code at: _posts/build_charts/2020-06-11-Build-Charts.md

Build and Deploy to Test, first time
Page exists at: https://wildaid.github.io/charts/2020/06/12/Test-Charts.html
In the code at: _posts/build_charts/2020-06-12-Test-Charts.md

Build and Deploy to Test, generic
Page exists at: https://wildaid.github.io/charts/2020/06/14/Test-Charts.html
In the code at: _posts/build_charts/2020-06-14-Test-Charts.md

A brief guide to alt-text tags can be found in our style guide at https://wildaid.github.io/style/2020/10/02/Alt-Text.html

"Using O-FISH on Web page" is missing links to screenshots

Describe the bug

Using O-FISH on Web ends unexpectedly after:

The web application is designed for administrators back in the office to look at all the boarding information.
Using the web application:

To Reproduce

Visit https://wildaid.github.io/useWeb/.

Expected behavior

There should be links to pages with further info including screenshots (similar to Using O-FISH on Android):

» Logging in
» Home Screen

Desktop (please complete the following information):

  • OS: macOS
  • Browser: Chrome
  • Browser Version: 85.0.4183.121

Add alt-text tags to foundation pages (0-3)

Add alt-text tags to the build foundation pages (0-3).

In the code at:
_posts/build_fdn/2020-06-09-Atlas-Database.md
_posts/build_fdn/2020-06-09-Atlas-Database-config.md
_posts/build_fdn/2020-06-09-Data-Import.md
_posts/build_fdn/2020-06-09-Create-Realm.md

On the web at:
https://wildaid.github.io/foundation/2020/06/09/Atlas-Database.html
https://wildaid.github.io/foundation/2020/06/09/Atlas-Database-config.html
https://wildaid.github.io/foundation/2020/06/09/Data-Import.html
https://wildaid.github.io/foundation/2020/06/09/Create-Realm.html

A brief guide to alt-text tags can be found in our style guide at https://wildaid.github.io/style/2020/10/02/Alt-Text.html

404 page on building the site locally

Describe the bug
If you try to set up the repo locally and visit localhost:4000, you get 404 page and none of the URLs work. The problem was introduced with ccf34de#diff-ecec67b0e1d7e17a83587c6d27b6baaaa133f42482b07bd3685c77f34b62d883R6 where the baseURL should be empty instead of .

To Reproduce
Steps to reproduce the behavior:

  1. Set up the project locally.
  2. Run bundle exec jekyll serve.
  3. Visit localhost:4000
  4. Get 404 page

Expected behavior
The site should run locally when baseURL . is replaced with empty space. Not sure about the deployed version though.

Screenshots
Screenshot from 2020-10-16 23-06-42

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser: Chrome

Document how to set up a sandbox server

Setting up a sandbox server requires special knowledge, and should be documented to overcome institutional knowledge barriers.

Describe the solution you'd like
Documentation so a reasonably techie administrator can set up a sandbox instance.

Notes:
In the web app, the 'sandbox: true' flag needs to be set in the config.js file so the new_dev_user form is activated.
In the realm app, add developerMode value (under Realm -> Values & Secrets)
In the realm app, under Rules -> mongodb-atlas -> Agency Admin role, edit the role and check "Insert Documents".

Add alt-text tags to foundation pages (4-7)

Add alt-text tags to the build foundation pages (4-7).

In the code at:
_posts/build_fdn/2020-06-09-Realm-API-Key.md
_posts/build_fdn/2020-06-09-Setup-Commandline-for-Realm-Import.md
_posts/build_fdn/2020-06-09-Import-Realm-Code.md
_posts/build_fdn/2020-06-09-Connect-Realm-With-Data.md

On the web at:
https://wildaid.github.io/foundation/2020/06/09/Realm-API-Key.html
https://wildaid.github.io/foundation/2020/06/09/Setup-Commandline-for-Realm-Import.html
https://wildaid.github.io/foundation/2020/06/09/Import-Realm-Code.html
https://wildaid.github.io/foundation/2020/06/09/Connect-Realm-With-Data.html

A brief guide to alt-text tags can be found in our style guide at https://wildaid.github.io/style/2020/10/02/Alt-Text.html

Research a better documentation system

Currently the documentation is a jekyll site using markdown/html, blog posts, and the just-the-docs theme.

What we need:

  • Accessibility - images don't have alt tags, for example, but I'm sure there are tons of accessibility issues we're not thinking of.

  • Cross-documentation linking that does not break if a detail is changed (e.g. moved to a different category)

  • Easy separation of tracks - one for end-user documentation, and one for developer documentation

  • Multi-media support - at the very least, text formatting, images and gifs. Movie support is a plus

  • Something fully supported by github - the theme is not supported and every page build gives a warning.

  • Workflow capabilities - e.g. developers can take different paths, like building the foundation and then building charts, or building the foundation and then building the iOS app. Right now we are using different blog categories and blog post dates to order and separate the workflows, which is suboptimal.

  • Easy to update and contribute to - this is an open source project, after all! Changes may be rapid and we want to make sure we can update stale items.

Converting the documentation is a bigger project, and is blocked by this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.