Jamie
(Jamie Langskov)
October 9, 2020, 7:28am
1
Hi team,
We’ve added some new forum badges for you to add to your collection. One of these (Open Source Contributor 2020) is only available during this month (October 2020), so be sure to get your PRs in!
Open Source Contributor 2020
O-FISH Contributor
To earn these badges, share your URL to your PRs in the thread below. We’d love it if you can tell us about the project you worked on too!
Check out the available badges, plus their requirements and descriptions, on the Badges page .
4 Likes
Hi Jamie!
I worked on the O-FISH application!
My PR is at Fixes #248 by Sheeri · Pull Request #249 · WildAid/o-fish-web · GitHub
I added helper text to the sandbox page so that developers creating a new user to use on the sandbox, knew what was required and suggested values to use.
I also wanted to work on another project that wasn’t one I was familiar with, and I did a test PR here to test their autobot responder - Test the change to the autoresponder by Sheeri · Pull Request #65 · DoobDev/Doob · GitHub (it wasn’t meaningful from a code standpoint but they needed someone who had never made a PR, to make a PR).
3 Likes
Here is a public repository for a super simple chat program for MongoDB Realm
Here is the medium article that explains how to set it up
I have been a Realm Cloud developer since early 2018, shortly after the Realm company introduced its Realm Cloud upgrade to its native…
Reading time: 12 min read
Richard Krueger
4 Likes
Jamie
(Jamie Langskov)
October 12, 2020, 9:56pm
4
Thanks @Richard_Krueger ! Congrats on your badge & thanks for sharing both the repo & article.
2 Likes
Jamie
(Jamie Langskov)
October 12, 2020, 9:56pm
5
Thanks for starting us off, @Sheeri_Cabral !!
2 Likes
evayde
(Enrico)
October 13, 2020, 7:37pm
6
Hello there,
I have been working on the O-Fish web application and added the ability to filter for violations.
WildAid:main
← evayde:fix_issue_137
opened 01:05PM - 11 Oct 20 UTC
## Related Issue
Fixes #137
## Checklist:
- [x] I have read the [contribut… or's guide](https://wildaid.github.io/contribute/index.html).
- [x] I linked an issue in the previous section
- [x] I have commented on the linked issue
- [x] I was assigned the linked issue (not required)
- [x] I have tested the change to the best of my ability against the [sandbox](https://wildaid.github.io/contribute/sandbox.html) or a [local build](https://wildaid.github.io/build).
Optional items:
- [ ] My change adds new text and requires a change to translations.
- [ ] My change requires a change to the documentation.
- [ ] I have submitted a PR to the [documentation repo](https://github.com/WildAid/wildaid.github.io).
- [ ] I was not able to test... (explain below, e.g. you did not have permissions to test a specific feature)
- [ ] This change depends O-FISH Realm repository changes (explain below)
* **Optional: Add any explanations here**
1. This change introduces a new Filter for violations
1. The filter will be removed from the UI when refreshing the page, while maintaining the filtered results (see comments in #137 )
I have learned something about MongoDB and Realm, which I am very grateful for. Also, I should mention that Adrienne Tacke brought my attention to this project with her weekly posts.
You have a great team. I like them a lot.
Greetings from Germany.
5 Likes
Jamie
(Jamie Langskov)
October 13, 2020, 7:43pm
7
3 Likes
Hello!
I have really been enjoying working on this project. This has been my first experience contributing to open source and everyone has been so kind and helpful, especially Sheeri in the issue comments and at office hours. So, thank you all for such an awesome intro! I’m excited to dig into more issues.
I enabled date filtering on the agencies dashboard for the global admin so that the number of boardings and violations listed for each agency reflects the dates selected in the date picker.
4 Likes
Stennie_X
(Stennie)
October 19, 2020, 8:11am
9
G’day all!
I try to contribute to open source projects that I use and am also a maintainer for a few (for those interested, see 🌱 G'day, I'm Stennie from MongoDB 🇦🇺 ).
My contributions so far this month include:
I started looking into the O-FISH project and am loving the info sessions , weekly weigh-ins , and excellent support for Hacktoberfest from @Sheeri_Cabral and @Andrew_Morgan .
I found a few minor things to improve while getting my development environment set up to contribute to o-fish-web
, so reported these issues and proactively submitted PRs:
I’ve volunteered for an open O-FISH issue that I can test with the handy O-FISH development sandbox and aim to have a few more open source contributions before the end of the month.
Regards,
Stennie
4 Likes
Talin_Crow
(Talin Crow)
October 19, 2020, 6:42pm
10
Hello!
I worked on the O-FISH application. This has been my first experience contributing to open source and really grateful to work on this project.
I updated some UI elements to match the mocks drawn up for the site
My PR is at Boardings filter by crowtech7 · Pull Request #281 · WildAid/o-fish-web · GitHub
Thanks!
4 Likes
Hello!
I worked on o-fish-web application.
I have added global admin and agency admin default homepage route
pull requests :
https://github.com/WildAid/o-fish-web/pull/251
https://github.com/WildAid/o-fish-web/pull/253
Regards,
Ritik
4 Likes
Greetings!
I worked on a the O-FISH (web ver.) application.
The PR I did is located here https://github.com/WildAid/o-fish-web/pull/258
I removed the Boarding Information header and filter options from the boarding component.
Thank you to @Sheeri_Cabral for her quick response and reminding me to post here!
Cheers,
Ken
5 Likes
Tim_Brooks
(Tim Brooks)
October 19, 2020, 6:42pm
13
Hi all,
I worked on the o-fish iOS app. I worked on adding the initial dark mode support.
WildAid:main
← bladebunny:347-darkmode-colors
opened 08:37PM - 09 Oct 20 UTC
## Related Issue
Fixes #347
This is a partial fix to add color themes. … Naming is a bit cumbersome (lightTheme/DarkTheme) but is necessary to disambiguate system light and dark named colors.
## Checklist:
- [x] I have read the [contributor's guide](https://wildaid.github.io/contribute/index.html).
- [x] I linked an issue in the previous section
- [x] I have commented on the linked issue
- [x] I was assigned the linked issue (not required)
- [x] I have tested the change to the best of my ability against the [sandbox](https://wildaid.github.io/contribute/sandbox.html) or a [local build](https://wildaid.github.io/build).
Optional items:
- [ ] My change adds new text and requires a change to translations.
- [ ] My change requires a change to the documentation.
- [ ] I have submitted a PR to the [documentation repo](https://github.com/WildAid/wildaid.github.io).
- [ ] I was not able to test... (explain below, e.g. you did not have permissions to test a specific feature)
- [ ] This change depends O-FISH Realm repository changes (explain below)
- [ ] This change depends O-FISH Web repository changes (explain below)
* **Optional: Add any explanations here**
This is the first step toward adding light/dark mode. Breaking up changes into smaller PRs.
* **Optional: Add any relevant screenshots here**
I’m also working on adding a script on the iOS project to help discover unlocalized strings in the app.
WildAid:main
← bladebunny:339-loc-script
opened 05:00AM - 15 Oct 20 UTC
## Related Issue
Fixes #339
## Checklist:
- [x] I have read the [co… ntributor's guide](https://wildaid.github.io/contribute/index.html).
- [x] I linked an issue in the previous section
- [x] I have commented on the linked issue
- [ ] I was assigned the linked issue (not required)
- [x] I have tested the change to the best of my ability against the [sandbox](https://wildaid.github.io/contribute/sandbox.html) or a [local build](https://wildaid.github.io/build).
Optional items:
- [ ] My change adds new text and requires a change to translations.
- [x] My change requires a change to the documentation.
- [ ] I have submitted a PR to the [documentation repo](https://github.com/WildAid/wildaid.github.io).
- [ ] I was not able to test... (explain below, e.g. you did not have permissions to test a specific feature)
- [ ] This change depends O-FISH Realm repository changes (explain below)
- [ ] This change depends O-FISH Web repository changes (explain below)
* **Optional: Add any explanations here**
Added REAME to Scripts directory with instructions and description.
* **Optional: Add any relevant screenshots here**
Cheers,
Tim
6 Likes
sunny52525
(Sunny Kumar)
October 19, 2020, 6:42pm
15
Hello Jamie!
I worked on O-Fish Android app.
Here is the link to my PR:
WildAid:main
← sunny52525:notes-page-dark-mode
opened 11:03PM - 05 Oct 20 UTC
## Related Issue
Fixes #386
## Checklist:
- [x ] I have read the [… contributor's guide](https://wildaid.github.io/contribute/index.html).
- [x] I linked an issue in the previous section
- [x] I have commented on the linked issue
- [x] I was assigned the linked issue (not required)
- [x] I have tested the change to the best of my ability against the [sandbox](https://wildaid.github.io/contribute/sandbox.html) or a [local build](https://wildaid.github.io/build).
Optional items:
- [ ] My change adds new text and requires a change to translations.
- [ ] My change requires a change to the documentation.
- [ ] I have submitted a PR to the [documentation repo](https://github.com/WildAid/wildaid.github.io).
- [ ] I was not able to test... (explain below, e.g. you did not have permissions to test a specific feature)
- [ ] This change depends O-FISH Realm repository changes (explain below)
- [ ] This change depends O-FISH Web repository changes (explain below)
* **Optional: Add any explanations here**
I added new colors.xml which is used when system theme is changed to dark. Which means not only notes page is changed but other pages too. It will be easier to theme other section.
* **Optional: Add any relevant screenshots here**

WildAid:main
← sunny52525:basic-info-darkmode
opened 06:48PM - 07 Oct 20 UTC
## Related Issue
#378
Fixes #378
## Checklist:
- [x] I have read the [… contributor's guide](https://wildaid.github.io/contribute/index.html).
- [x] I linked an issue in the previous section
- [ ] I have commented on the linked issue
- [ ] I was assigned the linked issue (not required)
- [x] I have tested the change to the best of my ability against the [sandbox](https://wildaid.github.io/contribute/sandbox.html) or a [local build](https://wildaid.github.io/build).
Optional items:
- [ ] My change adds new text and requires a change to translations.
- [ ] My change requires a change to the documentation.
- [ ] I have submitted a PR to the [documentation repo](https://github.com/WildAid/wildaid.github.io).
- [ ] I was not able to test... (explain below, e.g. you did not have permissions to test a specific feature)
- [ ] This change depends O-FISH Realm repository changes (explain below)
- [ ] This change depends O-FISH Web repository changes (explain below)
* **Optional: Add any relevant screenshots here**

Screenshot in original resolution
[light](https://drive.google.com/file/d/1DYbRgOQqMuwBwjsQxXBpkEXpFPqyO38H/view?usp=drivesdk)
[dark](https://drive.google.com/file/d/1DaB_g97CmURLzA-H3LW1bAuDPlGvAwbp/view?usp=drivesdk)
6 Likes
Jamie
(Jamie Langskov)
October 19, 2020, 6:48pm
16
Hi @Susan_Holland , welcome to the open source world and thanks so much for your contributions to the O-FISH project!
2 Likes
Jamie
(Jamie Langskov)
October 19, 2020, 6:49pm
17
Great post, @Stennie_X ! Love seeing all your contributions
2 Likes
Jamie
(Jamie Langskov)
October 19, 2020, 6:52pm
18
Welcome @Talin_Crow !! Thanks for your contributions to the project!
2 Likes
Jamie
(Jamie Langskov)
October 19, 2020, 6:53pm
19
Welcome @Ritik_Pandey ! Thanks for your work on O-FISH!
2 Likes
Jamie
(Jamie Langskov)
October 19, 2020, 6:54pm
20
Welcome @Kenneth_Charette ! Thanks for your contributions to the O-FISH project!
2 Likes