Skip to content
#

nonprofit

Here are 139 public repositories matching this topic...

oppia
U8NWXD
U8NWXD commented Sep 27, 2020

Introduction

Background

To ensure Oppia remains available and high-quality for our students, we run end-to-end tests on all PRs to check that the site's functionality hasn't been broken. Recently, these tests have begun failing non-deterministically. This frustrates developers and slows their work by incorrectly indicating that developers’ changes are faulty. The goal of this issue is t

jibe-b
jibe-b commented Mar 13, 2018

Logos and pictures could be in the settings file to make the config even easier.

For example, logo is in:

./client/head.html
<img src="/logo/openki.png" alt="Openki logo">
./imports/ui/pages/kiosk/kiosk.html
<img src="/logo/openki.png" class="kiosk-logo kiosk-logo-openki">

I'll have a look at meteor templates (not done much with meteorjs until now) and may do it.

stripedpajamas
stripedpajamas commented Jun 20, 2019

Currently our images are too big. The header image we're using is 4mb. Loading on mobile is slow.

Acceptance criteria:

  • There are small, medium, and large versions of each image
  • All images are compressed to the highest amount that does not affect human-eye quality
  • Which size image is loaded is based on the screen size of the website user

In the near future, there may be different ima

casa
anandwana001
anandwana001 commented Dec 14, 2020

Describe the bug
Most of the places in the app module testing files we are initializing Firebase app, which is used previously for some workaround but it is not needed now.

Expected behavior

  1. Remove the initialization - FirebaseApp.initializeApp(context)
  2. Run the test in Espresso and Robolectric and see if all the test cases are passing or not.
  3. If all the test cases are f
rafaels88
rafaels88 commented Oct 3, 2017

Today our specs are implementing an own database cleaner helper to clean the tables on each spec. But it is badly implemented, since it is necessary to call the helper on every spec file, and it is looping on every repository to call for each repo object and clean its database. Yes, it is dummy.

This task is about to replace this implementation to use the database_cleaner gem https://github.com

Sheeri
Sheeri commented Oct 15, 2020

Is your feature request related to a problem? Please describe.
We would like to start adding unit tests for components in our app.

Describe the solution you'd like
A test in the directory src/components/_ _ tests _ _ (creating the dir if it doesn't already exist) that tests the part of header/header.component.js which displays the profile name. (class name is 'profile-name').

Realm application code and sample data for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection. The web app allows agencies to gain insights from the aggregated information.

  • Updated Dec 10, 2020
  • JavaScript
Sheeri
Sheeri commented Oct 21, 2020

Is your feature request related to a problem? Please describe.
In dark mode, this page should look like this, including having a dark map:
https://mongodb.invisionapp.com/share/PCYZ6ZW7FR8#/screens/433591786_Boarding_-_Basic_Information

There was a lot of setup in https://github.com/WildAid/o-fish-ios/pull/361/files and the fix for this issue should be in the same style and reuse code w

Sheeri
Sheeri commented Oct 19, 2020

in main/res/layout/fragment_vessel.xml the attachment icon is listed, but it needs a label for screen readers (right now if you click the attachment icon a screen reader says "unlabeled button").

I think this is the code fragment to add to:

                <ImageView
                    android:id="@+id/btn_vessel_add_attachment"
                    android:layout_width="@dimen

Improve this page

Add a description, image, and links to the nonprofit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nonprofit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.