Community Meeting Recap (14 March 2023)

[Meeting start]

This post only summarizes the discussion of the agenda items. To keep up with the progress of OpenverseOpenverse Openverse is a search engine for openly-licensed media, including photos, audio, and video. Openverse is also the name for the collection of related code repositories that make up the project. find Openverse at https://openverse.org., you can check out the “Week in Openverse” posts.

📒 Agenda

This week’s main agenda item was a discussion of this PR proposal to automatically release to staging on version cuts in the monorepo. This prompted a larger discussion [ref] about whether manual releases are necessary moving forward, and raised questions about our versioning. We considered tagging published images with the version from package.json, in order to deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. without cutting a release [ref]. Additional thoughts are welcome in the thread.

We also discussed a few issues which need to be assigned. This Jamendo thumbnail issue has since been closed, but we are still looking to assign the following:

We posted a reminder about the following RFCs which are open for feedback:

Finally, we announced that PyCascades Sprint Support is on Monday, 20 March with virtual sprints from 9am PDT – 5pm PDT [ref].

[Meeting end]

#openverse-weekly-community-meeting

Community Meeting Recap (7 March 2023)

[Meeting start]

This post only summarizes the discussion of the agenda items. To keep up with the progress of OpenverseOpenverse Openverse is a search engine for openly-licensed media, including photos, audio, and video. Openverse is also the name for the collection of related code repositories that make up the project. find Openverse at https://openverse.org., you can check out the “Week in Openverse” posts.

📒 Agenda

After a long discussion of Done, In Process and To Do issues, one last-minute agenda item is raised: When should we update the community meeting documentation to use the new project and issue boards? @olgabulat suggested completing the automations for it first, which are compiled in the metaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. issue #818 Improve Openverse Project board. We added it to the To Do items so is up to grab for anyone during the week.

[Meeting end]

#openverse-weekly-community-meeting

Community Meeting Recap (28 February 2023)

[Slack: Meeting start]

This post will only summarize the discussion of the agenda items. To keep up with the progress of OpenverseOpenverse Openverse is a search engine for openly-licensed media, including photos, audio, and video. Openverse is also the name for the collection of related code repositories that make up the project. find Openverse at https://openverse.org., you can check out the “Week in Openverse” posts.

📒 Agenda

  • Francisco shared the mockups for content safety browsing flow and asked for thoughts and feedback on the issue.
  • Zack raised the issue of frontend visual regresssion test flakiness. Since we haven’t pinpointed the cause of the flakiness we concluded on the following two-pronged solution:
    • setting a timeout on the test duration
    • retrying failed visual regression tests using actions/retry-step

[Slack: Meeting end]

#openverse-weekly-community-meeting

Community Meeting Recap (21 February 2023)

[Slack: Meeting start]

This is the first of the Meeting Recap posts that use the new format. From now on, we will only summarize the discussion of the agenda items. To keep up with the progress of OpenverseOpenverse Openverse is a search engine for openly-licensed media, including photos, audio, and video. Openverse is also the name for the collection of related code repositories that make up the project. find Openverse at https://openverse.org., you can check out the “Week in Openverse” posts.

📒 Agenda

  • Over the weekend (February 18th-19th), we merged the APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. and the frontend into our main `WordPress/openverse` repo, making it a monorepo. We’re currently buffing out the rough edges, updating documentation, and refining our processes, but the monorepo is very functional.
  • Considering this, we will stop development on the WordPress/openverse-api and WordPress/openverse-frontend repos and continue all of it in WordPress/openverse.
  • Soon, we will be migrating any open issues and rebasing any open PRs, finally culminating in archiving the old API and frontend repos.

[Slack: Meeting end]

#openverse-weekly-community-meeting

Community Meeting Recap (07 February 2023)

[Slack: Meeting start]

🎉 Done!

👀 Needs review

🚧 In progress/To Do

📒 Agenda

[Slack: Meeting end]

#openverse-weekly-community-meeting

Community Meeting Recap (31 January 2023)

[Slack: Meeting start]

🎉 Done!

👀 Needs review

🚧 In progress/To Do

📒 Agenda

[Slack: Meeting end]

#openverse-weekly-community-meeting

Community Meeting Recap (10 January 2023)

🗓️ Note: There will be no meeting for the next two weeks. The normal schedule will resume on January 31st.

[Slack: Meeting start]

🎉 Done!

👀 Needs review

🚧 In progress/To Do

📒 Agenda

  • There were no items to discuss.

[Slack: Meeting end]

#openverse-weekly-community-meeting

Community Meeting Recap (3 January 2023)

[Slack: Meeting start]

Done!

  • Add hash for livereload wheel [PR] [Slack]
  • Update the search term when users click the back button; extract useSearch [PR] [Slack]

In progress/Needs review

  • Split homepage VR tests into old and new [PR] [Slack]
  • Update spacing in the internal headerHeader The header of your site is typically the first thing people will experience. The masthead or header art located across the top of your page is part of the look and feel of your website. It can influence a visitor’s opinion about your content and you/ your organization’s brand. It may also look different on different screen sizes. [PR] [Slack]
  • Component scaffolding generator [PR] [Slack]
  • Move new homepage and 404 to the default layout [PR] [Slack]
  • Update the VSearchTypeButton to match the new homepage designs [PR] [Slack]
  • Update search types popover for the new homepage and header [PR] [Slack]
  • Allow no content responses from GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ [PR] [Slack]
  • Upgrade to Airflow 2.5.0 [PR] [Slack]
  • Temporarily increase Freesound delay & timeout [PR] [Slack]
  • Make Phylopic a dated-only DAG [PR] [Slack]
  • Render per-repo pull request template [PR] [Slack] (Now “Done! 🎉)
  • Add a Nappy provider DAG using ProviderDataIngester [PR] [Slack]

Closed

  • Postgres connection is crashing in production [Issue]

Agenda

  • IFrameiframe iFrame is an acronym for an inline frame. An iFrame is used inside a webpage to load another HTML document and render it. This HTML document may also contain JavaScript and/or CSS which is loaded at the time when iframe tag is parsed by the user’s browser. project. Can we discuss remaining work and a potential timeline? [Slack]
    • Frontend: All PRs merged except 1, to add popover or modal for selecting the search type. The spacing issue and filterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output. counter can be for after the iframe migrationMigration Moving the code, database and media files for a website site from one server to another. Most typically done when changing hosting companies..
    • Infrastructure: Being tracked in milestone containing 3 issues.
  • License discrepancy between repos [Slack]
    • State: Still looking for legal clarity on the copyright holder part.
    • Prior art
  • Search result error pages [Slack]
    • Only error pages are limited to a max-width of 1280px
    • Can be safely converted to a column-based layout if necessitated by mockups

[Slack: Meeting end]

#openverse-weekly-community-meeting

Community Meeting Recap (20 December 2022)

[Slack: Meeting start]

🎉 Done!

👀 Needs review

🚧 In progress/To Do

📒 Agenda

Comments are welcome in each issue/post.

[Slack: Meeting end]

#openverse-weekly-community-meeting

Community Meeting Recap (7 December 2022)

[Slack: Meeting start]

🎉 Done!

Notably, this week included many submissions from community contributors!

👀 Needs review

🚧 In progress/To Do

📒 Agenda

Reminder

  • OpenverseOpenverse Openverse is a search engine for openly-licensed media, including photos, audio, and video. Openverse is also the name for the collection of related code repositories that make up the project. find Openverse at https://openverse.org. contributors will host a community meeting to discuss priorities for 2023 at 1500 UTC on 2022-12-07. More details about the meeting and its format in the Post.

Comments are welcome in each issue/post.

[Slack: Meeting end]

#openverse-weekly-community-meeting