2022-09-19 08:38:08 +02:00
|
|
|
|
# GSoC project ideas
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
2022-09-19 08:38:08 +02:00
|
|
|
|
This page describes ideas you can use as a starting point for your project
|
|
|
|
|
proposal. If you have not done so yet, you should **start by reading our [guide on
|
|
|
|
|
how to apply](./apply.md)** to a Zulip outreach program. As noted in the guide:
|
|
|
|
|
|
|
|
|
|
> Your first priority during the contribution period should be figuring out how
|
|
|
|
|
> to become an effective Zulip contributor. Start developing your project proposal
|
|
|
|
|
> only once you have experience with iterating on your PRs to get them ready for
|
|
|
|
|
> integration. That way, you'll have a much better idea of what you want to work
|
|
|
|
|
> on and how much you can accomplish.
|
|
|
|
|
|
|
|
|
|
## Project size and difficulty
|
|
|
|
|
|
|
|
|
|
GSoC offers two project size options: 175 hours and 350 hours. We have
|
|
|
|
|
designed all our projects to have incremental milestones that can be
|
|
|
|
|
completed throughout the program. Consequently, all Zulip projects
|
|
|
|
|
described below are compatible with either project size. Of course,
|
|
|
|
|
the amount of progress you will be expected to make depends on whether
|
|
|
|
|
you are doing a 175-hour or 350-hour project.
|
2022-01-19 02:14:03 +01:00
|
|
|
|
|
|
|
|
|
We don't believe in labeling projects by difficulty, because the level of
|
|
|
|
|
difficulty is highly dependent on your particular skills. To help you find
|
|
|
|
|
a great project, we list the skills needed, and try to emphasize where strong
|
|
|
|
|
skills with particular tools are likely to be important for a given project.
|
2021-02-16 03:08:30 +01:00
|
|
|
|
|
2022-09-19 08:38:08 +02:00
|
|
|
|
## Focus areas
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
2022-01-19 02:14:03 +01:00
|
|
|
|
For 2022, we are particularly interested in GSoC contributors who have
|
2022-02-21 17:32:27 +01:00
|
|
|
|
strong skills at visual design, HTML/CSS, mobile development, full
|
|
|
|
|
stack feature development, performance optimization, or Electron. So
|
|
|
|
|
if you're an applicant with those skills and are looking for an
|
|
|
|
|
organization to join, we'd love to talk to you!
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
|
|
|
|
The Zulip project has a huge surface area, so even when we're focused
|
2022-01-19 02:14:03 +01:00
|
|
|
|
on something, a large amount of essential work goes into other parts of
|
2021-08-20 21:53:28 +02:00
|
|
|
|
the project. Every area of Zulip could benefit from the work of a
|
2022-01-19 02:14:03 +01:00
|
|
|
|
contributor with strong programming skills, so don't feel discouraged if
|
2018-01-23 09:33:37 +01:00
|
|
|
|
the areas mentioned above are not your main strength.
|
|
|
|
|
|
2022-09-19 08:38:08 +02:00
|
|
|
|
## Project ideas by area
|
2022-02-09 22:29:41 +01:00
|
|
|
|
|
2022-09-19 08:38:08 +02:00
|
|
|
|
This section contains the seeds of project ideas; you will need to do research
|
|
|
|
|
on the Zulip codebase, read issues on GitHub, and talk with developers to put
|
|
|
|
|
together a complete project proposal. It's also fine to come up with your own
|
|
|
|
|
project ideas. As you'll see below, you can put together a great project around
|
|
|
|
|
one of the [area labels](https://github.com/zulip/zulip/labels) on GitHub; each
|
|
|
|
|
has a cluster of problems in one part of the Zulip project that we'd love to
|
|
|
|
|
improve.
|
|
|
|
|
|
|
|
|
|
**Note: The project ideas on this page are from summer 2022.** In the future, we
|
|
|
|
|
will update them with details for 2023. You can expect the updated list to look
|
|
|
|
|
similar to what you'll find below.
|
2022-02-09 22:29:41 +01:00
|
|
|
|
|
2018-01-23 09:33:37 +01:00
|
|
|
|
### Full stack and web frontend focused projects
|
|
|
|
|
|
|
|
|
|
Code: [github.com/zulip/zulip -- Python, Django, JavaScript, and
|
|
|
|
|
CSS](https://github.com/zulip/zulip/).
|
|
|
|
|
|
2022-02-26 06:55:24 +01:00
|
|
|
|
- **Cluster of priority features**. Implement a cluster of new full
|
|
|
|
|
stack features for Zulip. The [high priority
|
2022-02-21 17:32:27 +01:00
|
|
|
|
label](https://github.com/zulip/zulip/issues?q=is%3Aissue+is%3Aopen+label%3A%22priority%3A+high%22)
|
|
|
|
|
documents hundreds of issues that we've identified as important to
|
|
|
|
|
the project. A great project can be 3-5 significant features around
|
|
|
|
|
a theme (often, but not necessarily, an [area
|
2022-02-26 06:55:24 +01:00
|
|
|
|
label](https://github.com/zulip/zulip/labels); the goal will be to
|
|
|
|
|
implement and get fully merged a cluster of features with a
|
|
|
|
|
meaningful impact on the project. 175 or 350 hours; difficulty will
|
|
|
|
|
vary. Experts and skills depend on the features; Tim Abbott will
|
|
|
|
|
help you select an appropriate cluster once we've gotten to know you
|
|
|
|
|
and your strengths through getting involved in the project.
|
2022-02-21 17:32:27 +01:00
|
|
|
|
|
2021-02-19 02:41:36 +01:00
|
|
|
|
- Zulip's [REST API documentation](https://zulip.com/api), which is an
|
|
|
|
|
important resource for any organization integrating with Zulip.
|
|
|
|
|
Zulip has a [nice framework](../documentation/api.md) for writing
|
|
|
|
|
API documentation built by past GSoC students based on the OpenAPI
|
|
|
|
|
standard with built-in automated tests of the data both the Python
|
2021-08-20 21:53:28 +02:00
|
|
|
|
and curl examples. However, the documentation isn't yet what we're
|
2021-02-19 02:41:36 +01:00
|
|
|
|
hoping for: there are a few dozen endpoints that are missing,
|
|
|
|
|
several of which are quite important, the visual design isn't
|
|
|
|
|
perfect (especially for e.g. `GET /events`), many template could be
|
2021-08-20 21:53:28 +02:00
|
|
|
|
deleted with a bit of framework effort, etc. See the [API docs area
|
|
|
|
|
label][api-docs-area] for many specific projects in the area. Our
|
2021-02-19 02:41:36 +01:00
|
|
|
|
goal for the summer is for 1-2 students to resolve all open issues
|
2022-02-26 06:55:24 +01:00
|
|
|
|
related to the REST API documentation. 175 or 350 hours; difficulty
|
|
|
|
|
easy or medium. **Skill required**: Python programming. Expertise
|
|
|
|
|
with reading documentation and English writing are valuable, and
|
|
|
|
|
product thinking about the experience of using third-party APIs is
|
|
|
|
|
very helpful. Expert: Lauryn Menard.
|
2021-02-19 02:41:36 +01:00
|
|
|
|
|
|
|
|
|
[api-docs-area]: https://github.com/zulip/zulip/issues?q=is%3Aopen+is%3Aissue+label%3A%22area%3A+documentation+%28api+and+integrations%29%22
|
|
|
|
|
|
2022-02-26 06:55:24 +01:00
|
|
|
|
- Implement important full-stack features for open source projects
|
|
|
|
|
using Zulip, including [default stream
|
2022-02-21 17:32:27 +01:00
|
|
|
|
groups](https://github.com/zulip/zulip/issues/13670) and
|
|
|
|
|
improvements to the upcoming [public
|
|
|
|
|
access](https://github.com/zulip/zulip/issues/13172)
|
2022-02-26 06:55:24 +01:00
|
|
|
|
feature. Experts: Tim Abbott, Aman Agrawal. Many of these issues
|
|
|
|
|
have open PRs with substantial work towards the goal, but each of
|
|
|
|
|
them is likely to have dozens of adjacent or follow-up tasks. 175 or
|
|
|
|
|
350 hours; easy or medium. The most important skill for this work is
|
|
|
|
|
carefully thinking through and verifying changes that affect
|
|
|
|
|
multiple configurations.
|
2021-02-19 02:41:36 +01:00
|
|
|
|
|
|
|
|
|
- Fill in gaps, fix bugs, and improve the framework for Zulip's
|
2022-02-26 06:55:24 +01:00
|
|
|
|
library of native integrations. We have about 120 native
|
|
|
|
|
integrations, but there's more that would be valuable to add, and
|
|
|
|
|
several extensions to the framework that would dramatically improve
|
|
|
|
|
the user experience of using these, such as being able to do
|
|
|
|
|
callbacks to third-party services like Stripe to display more
|
|
|
|
|
user-friendly notifications. The [the integrations label on
|
2021-02-19 02:41:36 +01:00
|
|
|
|
GitHub](https://github.com/zulip/zulip/labels/area%3A%20integrations)
|
2018-12-08 01:28:07 +01:00
|
|
|
|
lists some of the priorities here (many of which are great
|
2022-02-26 06:55:24 +01:00
|
|
|
|
preparatory projects). 175 or 350 hours; medium difficulty with
|
|
|
|
|
various possible difficult extensions. **Skills required**: Strong
|
|
|
|
|
Python experience, will to install and do careful manual testing of
|
|
|
|
|
third-party products. Fluent English, usability sense and/or
|
|
|
|
|
technical writing skills are all pluses. Expert: Zixuan Li.
|
2018-12-08 01:28:07 +01:00
|
|
|
|
|
2021-02-19 02:41:36 +01:00
|
|
|
|
- Optimize performance and scalability, either for the web frontend or
|
2021-08-20 21:53:28 +02:00
|
|
|
|
the server. Zulip is already one of the faster web apps out there,
|
2021-02-19 02:41:36 +01:00
|
|
|
|
but there are a bunch of ideas for how to make it substantially
|
2021-08-20 21:53:28 +02:00
|
|
|
|
faster. This is likely a particularly challenging project to do
|
2022-02-26 06:55:24 +01:00
|
|
|
|
well, since there are a lot of subtle interactions to
|
|
|
|
|
understand. 175 or 350 hours; difficult. **Skill recommended**:
|
|
|
|
|
Strong debugging, communication, and code reading skills are most
|
|
|
|
|
important here. JavaScript experience; some Python/Django
|
|
|
|
|
experience, some skill with CSS, ideally experience using the Chrome
|
|
|
|
|
Timeline profiling tools (but you can pick this up as you go) can be
|
|
|
|
|
useful depending on what profiling shows. Our [backend scalability
|
|
|
|
|
design doc](../subsystems/performance.md) and the [production issue
|
|
|
|
|
label][prod-label] (where performance/scalability issues tend to be
|
|
|
|
|
filed) may be helpful reading for the backend part of this. Experts:
|
|
|
|
|
Steve Howell, Tim Abbott, Yash RE.
|
2021-02-19 02:41:36 +01:00
|
|
|
|
|
|
|
|
|
[prod-label]: https://github.com/zulip/zulip/issues?q=is%3Aopen+is%3Aissue+label%3A%22area%3A+production%22
|
|
|
|
|
|
2021-05-14 00:16:30 +02:00
|
|
|
|
- Extract JavaScript logic modules from the Zulip web app that we'd
|
2022-03-01 01:25:13 +01:00
|
|
|
|
like to be able to share with the Zulip mobile app. This work can have
|
2021-02-19 02:41:36 +01:00
|
|
|
|
big benefits it terms of avoiding code duplication for complex
|
2021-08-20 21:53:28 +02:00
|
|
|
|
logic. We have prototyped for a few modules by migrating them to
|
2021-02-19 02:41:36 +01:00
|
|
|
|
`static/shared/`; this project will involve closely collaborating
|
2022-02-26 06:55:24 +01:00
|
|
|
|
with the mobile team to prioritize the modules to migrate. 175 or
|
|
|
|
|
350 hours; difficult. **Skills recommended**: JavaScript experience,
|
|
|
|
|
careful refactoring, API design, React.
|
2021-02-19 02:41:36 +01:00
|
|
|
|
|
2022-02-26 06:55:24 +01:00
|
|
|
|
Experts: Greg Price, Austin Riba, Steve Howell.
|
2020-03-05 01:24:31 +01:00
|
|
|
|
|
2020-08-11 01:47:54 +02:00
|
|
|
|
- Make Zulip integrations easier for nontechnical users to set up.
|
2018-12-08 01:28:07 +01:00
|
|
|
|
This includes adding a backend permissions system for managing bot
|
|
|
|
|
permissions (and implementing the enforcement logic), adding an
|
2019-11-28 01:17:30 +01:00
|
|
|
|
OAuth system for presenting those controls to users, as well as
|
2018-12-08 01:28:07 +01:00
|
|
|
|
making the /integrations page UI have buttons to create a bot,
|
2022-02-26 06:55:24 +01:00
|
|
|
|
rather than sending users to the administration page. 175 or 350
|
|
|
|
|
hours; easy to difficult depending on scope. **Skills recommended**:
|
|
|
|
|
Strong Python/Django; JavaScript, CSS, and design sense
|
|
|
|
|
helpful. Understanding of implementing OAuth providers, e.g. having
|
|
|
|
|
built a prototype with [the Django OAuth
|
|
|
|
|
toolkit](https://django-oauth-toolkit.readthedocs.io/en/latest/)
|
|
|
|
|
would be great to demonstrate as part of an application. The [Zulip
|
|
|
|
|
integration writing guide](../documentation/integrations.md) and
|
|
|
|
|
[integration documentation](https://zulip.com/integrations/) are
|
|
|
|
|
useful materials for learning about how things currently work, and
|
|
|
|
|
[the integrations label on
|
|
|
|
|
GitHub](https://github.com/zulip/zulip/labels/area%3A%20integrations)
|
2018-01-23 09:33:37 +01:00
|
|
|
|
has a bunch of good starter issues to demonstrate your skills if
|
2021-08-20 21:53:28 +02:00
|
|
|
|
you're interested in this area. Expert: Eeshan Garg.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
2022-02-26 06:55:24 +01:00
|
|
|
|
- Extend Zulip's meta-integration that converts the Slack incoming
|
|
|
|
|
webhook API to post messages into Zulip. Zulip has several dozen
|
|
|
|
|
native integrations (https://zulip.com/integrations/), but Slack has
|
|
|
|
|
a ton more. We should build an interface to make all of Slack’s
|
2018-01-23 09:33:37 +01:00
|
|
|
|
numerous third-party integrations work with Zulip as well, by
|
|
|
|
|
basically building a Zulip incoming webhook interface that accepts
|
|
|
|
|
the Slack API (if you just put in a Zulip server URL as your "Slack
|
2021-08-20 21:53:28 +02:00
|
|
|
|
server"). **Skills required**: Strong Python experience; experience
|
|
|
|
|
with the Slack API a plus. Work should include documenting the
|
2022-02-26 06:55:24 +01:00
|
|
|
|
system and advertising it. 175 or 350 hours; medium to
|
|
|
|
|
difficult. Expert: Tim Abbott.
|
2020-03-05 01:24:31 +01:00
|
|
|
|
|
|
|
|
|
- Visual and user experience design work on the core Zulip web UI.
|
|
|
|
|
We're particularly excited about students who are interested in
|
2022-02-26 06:55:24 +01:00
|
|
|
|
making our CSS clean and readable as part of working on the UI; we
|
|
|
|
|
are working on a major redesign and have a lot of plans that we
|
|
|
|
|
believe will substantially improve the application but require care
|
|
|
|
|
and determination to implement and integrate. 175 or 350 hours;
|
|
|
|
|
medium to difficult. **Skills required**: Design, HTML and CSS
|
|
|
|
|
skills; most important is the ability to carefully verify that one's
|
|
|
|
|
changes are correct and will not break other parts of the app;
|
|
|
|
|
design changes are very rewarding since they are highly user-facing,
|
|
|
|
|
but that also means there is a higher bar for correctness and
|
|
|
|
|
reviewability for one's work. A great application would include PRs
|
|
|
|
|
making small, clean improvements to the Zulip UI (whether logged-in
|
|
|
|
|
or logged-out pages). Experts: Aman Agrawal, Alya Abbott.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
|
|
|
|
- Build support for outgoing webhooks and slash commands into Zulip to
|
2022-02-26 06:55:24 +01:00
|
|
|
|
improve its chat-ops capabilities. There's an [old pull
|
|
|
|
|
request](https://github.com/zulip/zulip/pull/1393) with a lot of
|
|
|
|
|
work on the outgoing webhooks piece of this feature that would need
|
|
|
|
|
to be cleaned up and finished, and then we need to build support for
|
|
|
|
|
slash commands, some example integrations, and a full set of
|
2021-08-20 21:53:28 +02:00
|
|
|
|
documentation and tests. Recommended reading includes Slack's
|
2018-01-23 09:33:37 +01:00
|
|
|
|
documentation for these features, the Zulip message sending code
|
2022-02-26 06:55:24 +01:00
|
|
|
|
path, and the linked pull request. 175 or 350 hours; easy to
|
|
|
|
|
medium. **Skills required**: Strong Python/Django skills. Expert:
|
|
|
|
|
Steve Howell.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
|
|
|
|
- Build a system for managing Zulip bots entirely on the web.
|
|
|
|
|
Right now, there's a somewhat cumbersome process where you download
|
|
|
|
|
the API bindings, create a bot with an API key, put it in
|
2021-08-20 21:53:28 +02:00
|
|
|
|
configuration files, etc. We'd like to move to a model where a bot
|
2018-01-23 09:33:37 +01:00
|
|
|
|
could easily progress from being a quick prototype to being a third-party extension to
|
2021-08-20 21:53:28 +02:00
|
|
|
|
being built into Zulip. And then for built-in bots, one should be able to click a few
|
2018-01-23 09:33:37 +01:00
|
|
|
|
buttons of configuration on the web to set them up and include them in
|
2021-08-20 21:53:28 +02:00
|
|
|
|
your organization. We've developed a number of example bots
|
2021-08-31 23:32:37 +02:00
|
|
|
|
in the [`zulip_bots`](https://github.com/zulip/python-zulip-api/tree/main/zulip_bots)
|
2022-02-26 06:55:24 +01:00
|
|
|
|
PyPI package. 175 or 350 hours; medium difficulty.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
**Skills recommended**: Python and JavaScript/CSS, plus devops
|
2020-10-23 02:43:28 +02:00
|
|
|
|
skills (Linux deployment, Docker, Puppet etc.) are all useful here.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
Experience writing tools using various popular APIs is helpful for
|
2021-08-20 21:53:28 +02:00
|
|
|
|
being able to make good choices. Expert: Steve Howell.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
2018-12-08 01:28:07 +01:00
|
|
|
|
- Improve the UI and visual design of the existing Zulip settings and
|
2021-08-20 21:53:28 +02:00
|
|
|
|
administration pages while fixing bugs and adding new settings. The
|
2021-02-19 02:41:36 +01:00
|
|
|
|
pages have improved a great deal during recent GSoCs, but because
|
2021-08-20 21:53:28 +02:00
|
|
|
|
they have a ton of surface area, there's a lot to do. You can get a
|
2021-02-19 02:41:36 +01:00
|
|
|
|
great sense of what needs to be done by playing with the
|
|
|
|
|
settings/administration/streams overlays in a development
|
2021-08-20 21:53:28 +02:00
|
|
|
|
environment. You can get experience working on the subsystem by
|
2021-02-19 02:41:36 +01:00
|
|
|
|
working on some of [our open settings/admin
|
2022-04-11 15:16:04 +02:00
|
|
|
|
issues][all-settings-issues]. 175
|
2022-02-26 06:55:24 +01:00
|
|
|
|
to 350 hours; easy to medium. **Skills recommended**: JavaScript,
|
|
|
|
|
HTML, CSS, and an eye for visual design. Expert: Sahil Batra.
|
2018-12-08 01:28:07 +01:00
|
|
|
|
|
2022-04-11 15:16:04 +02:00
|
|
|
|
[all-settings-issues]: https://github.com/zulip/zulip/issues?q=is%3Aopen+is%3Aissue+label%3A%22area%3A+settings+%28admin%2Forg%29%22%2C%22area%3A+settings+%28user%29%22%2C%22area%3A+stream+settings%22%2C%22area%3A+settings+UI%22
|
|
|
|
|
|
2021-02-19 02:41:36 +01:00
|
|
|
|
- Build out the administration pages for Zulip to add new permissions
|
|
|
|
|
and other settings more features that will make Zulip better for
|
2021-08-20 21:53:28 +02:00
|
|
|
|
larger organizations. We get constant requests for these kinds of
|
|
|
|
|
features from Zulip users. The Zulip bug tracker has plentiful open
|
2020-03-05 01:24:31 +01:00
|
|
|
|
issues( [settings
|
|
|
|
|
(admin/org)](https://github.com/zulip/zulip/labels/area%3A%20settings%20%28admin%2Forg%29),
|
|
|
|
|
[settings
|
|
|
|
|
UI](https://github.com/zulip/zulip/labels/area%3A%20settings%20UI),
|
|
|
|
|
[settings
|
|
|
|
|
(user)](https://github.com/zulip/zulip/labels/area%3A%20settings%20%28user%29),
|
|
|
|
|
[stream
|
|
|
|
|
settings](https://github.com/zulip/zulip/labels/area%3A%20stream%20settings)
|
2021-08-20 21:53:28 +02:00
|
|
|
|
) in the space of improving the Zulip administrative UI. Many are
|
2018-01-23 09:33:37 +01:00
|
|
|
|
little bite-size fixes in those pages, which are great for getting a
|
2022-02-26 06:55:24 +01:00
|
|
|
|
feel for things, but a solid project here would be implementing
|
|
|
|
|
several of the major missing features as full-stack development
|
|
|
|
|
projects. A particular focus this summer will be extending most
|
|
|
|
|
permissions settings to use a new groups-based model. 350 or 175
|
|
|
|
|
hours; medium difficulty. **Skills recommended**: A good mix of
|
|
|
|
|
Python/Django and HTML/CSS/JavaScript skill is ideal. The system for
|
|
|
|
|
adding new features is [well
|
|
|
|
|
documented](../tutorials/new-feature-tutorial.md). Expert: Sahil
|
|
|
|
|
Batra.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
2021-08-20 21:53:28 +02:00
|
|
|
|
- Work on Zulip's development and testing infrastructure. Zulip is a
|
2018-01-23 09:33:37 +01:00
|
|
|
|
project that takes great pride in building great tools for
|
|
|
|
|
development, but there's always more to do to make the experience
|
2022-02-21 17:32:27 +01:00
|
|
|
|
delightful. Significantly, about 10% of Zulip's open issues are
|
|
|
|
|
ideas for how to improve the project's contributor experience, and
|
|
|
|
|
are [in](https://github.com/zulip/zulip/labels/area%3A%20tooling)
|
2018-01-23 09:33:37 +01:00
|
|
|
|
[these](https://github.com/zulip/zulip/labels/area%3A%20testing-coverage)
|
|
|
|
|
[four](https://github.com/zulip/zulip/labels/area%3A%20testing-infrastructure)
|
|
|
|
|
[labels](https://github.com/zulip/zulip/labels/area%3A%20provision)
|
2022-02-26 06:55:24 +01:00
|
|
|
|
for tooling improvements.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
|
|
|
|
This is a somewhat unusual project, in that it would likely consist
|
|
|
|
|
of dozens of small improvements to the overall codebase, but this
|
|
|
|
|
sort of work has a huge impact on the experience of other Zulip
|
|
|
|
|
developers and thus the community as a whole (project leader Tim
|
2018-12-08 01:28:07 +01:00
|
|
|
|
Abbott spends more time on the development experience than any other
|
|
|
|
|
single area).
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
|
|
|
|
A possible specific larger project in this space is working on
|
2019-09-30 19:37:56 +02:00
|
|
|
|
adding [mypy](../testing/mypy.md) stubs
|
2021-08-20 21:53:28 +02:00
|
|
|
|
for Django in mypy to make our type checking more powerful. Read
|
2018-01-23 09:33:37 +01:00
|
|
|
|
[our mypy blog post](https://blog.zulip.org/2016/10/13/static-types-in-python-oh-mypy/)
|
2021-08-20 21:53:28 +02:00
|
|
|
|
for details on how mypy works and is integrated into Zulip. This
|
2018-01-23 09:33:37 +01:00
|
|
|
|
specific project is ideal for a strong contributor interested in
|
2022-02-21 17:32:27 +01:00
|
|
|
|
type systems. See [this
|
|
|
|
|
issue](https://github.com/zulip/zulip/pull/18777) for details on the
|
2022-02-26 06:55:24 +01:00
|
|
|
|
current state of this work. 175 or 350 hours; difficult.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
|
|
|
|
**Skills required**: Python, some DevOps, and a passion for checking
|
2021-08-20 21:53:28 +02:00
|
|
|
|
your work carefully. A strong applicant for this will have
|
2018-01-23 09:33:37 +01:00
|
|
|
|
completed several projects in these areas.
|
|
|
|
|
|
2021-02-19 02:41:36 +01:00
|
|
|
|
Experts: Anders Kaseorg (provision, testing), Steve Howell (tooling, testing).
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
2022-02-26 06:55:24 +01:00
|
|
|
|
- Port our JavaScript codebase to Typescript. Zulip is in the process
|
|
|
|
|
of porting the main web app JavaScript codebase to TypeScript; at
|
|
|
|
|
present we've done much of the necessary tooling setup, and about 5%
|
|
|
|
|
of lines have been migrated (mostly in libraries used widely); the
|
|
|
|
|
goal for this project will be to get that to more like 75%. Multiple
|
|
|
|
|
students are possible; 175 and 350 hours; difficult. **Skills
|
|
|
|
|
required**: TypeScript and refactoring expertise; we're specifically
|
|
|
|
|
interested in students who are a type theory nerd and are invested
|
|
|
|
|
in writing types precisely and checking their work
|
|
|
|
|
carefully. Experts: Priyank Patel, Anders Kaseorg.
|
|
|
|
|
|
2018-01-23 09:33:37 +01:00
|
|
|
|
- Write more API client libraries in more languages, or improve the
|
2018-12-08 01:28:07 +01:00
|
|
|
|
ones that already exist (in
|
|
|
|
|
[python](https://github.com/zulip/python-zulip-api),
|
|
|
|
|
[JavaScript](https://github.com/zulip/zulip-js),
|
2018-01-23 09:33:37 +01:00
|
|
|
|
[PHP](https://packagist.org/packages/mrferos/zulip-php), and
|
2021-08-20 21:53:28 +02:00
|
|
|
|
[Haskell](https://hackage.haskell.org/package/hzulip)). The
|
2021-02-19 02:41:36 +01:00
|
|
|
|
JavaScript bindings are a particularly high priority, since they are
|
|
|
|
|
a project that hasn't gotten a lot of attention since being adopted
|
|
|
|
|
from its original author, and we'd like to convert them to
|
2022-02-26 06:55:24 +01:00
|
|
|
|
Typescript. 175 or 350 hours; medium difficulty. **Skills
|
|
|
|
|
required**: Experience with the target language and API
|
|
|
|
|
design. Expert: Depends on language.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
|
|
|
|
### React Native mobile app
|
|
|
|
|
|
|
|
|
|
Code:
|
|
|
|
|
[React Native mobile app](https://github.com/zulip/zulip-mobile).
|
2021-02-24 05:51:59 +01:00
|
|
|
|
Experts: Greg Price, Chris Bobbe.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
|
|
|
|
The highest priority for the Zulip project overall is improving the
|
|
|
|
|
Zulip React Native mobile app.
|
|
|
|
|
|
2021-08-20 21:53:28 +02:00
|
|
|
|
- Work on issues and polish for the app. You can see the open issues
|
|
|
|
|
[here](https://github.com/zulip/zulip-mobile/issues). There are a
|
2018-12-08 01:28:07 +01:00
|
|
|
|
few hundred open issues across the project, and likely many more
|
|
|
|
|
problems that nobody has found yet; in the short term, it needs
|
2021-08-20 21:53:28 +02:00
|
|
|
|
polish, bug finding/squashing, and debugging. So browse the open
|
|
|
|
|
issues, play with the app, and get involved! Goals include parity
|
2021-05-14 00:16:30 +02:00
|
|
|
|
with the web app (in terms of what you can do), parity with Slack (in
|
2018-12-08 01:28:07 +01:00
|
|
|
|
terms of the visuals), world-class scrolling and narrowing
|
|
|
|
|
performance, and a great codebase.
|
|
|
|
|
|
|
|
|
|
A good project proposal here will bundle together a few focus areas
|
|
|
|
|
that you want to make really great (e.g. the message composing,
|
|
|
|
|
editing, and reacting experience), that you can work on over the
|
2022-02-26 06:55:24 +01:00
|
|
|
|
summer. We'd love to have multiple students working on this area if we
|
|
|
|
|
have enough strong applicants. 175 or 350 hours; medium to difficult.
|
2018-12-08 01:28:07 +01:00
|
|
|
|
|
|
|
|
|
**Skills required**: Strong programming experience, especially in
|
2021-08-20 22:54:08 +02:00
|
|
|
|
reading the documentation of unfamiliar projects and communicating
|
|
|
|
|
what you learned. JavaScript and React experience are great pluses,
|
|
|
|
|
as are iOS or Android development/design experience is useful as
|
|
|
|
|
well. You'll need to learn React Native as part of getting
|
|
|
|
|
involved. There's tons of good online tutorials, courses, etc.
|
2018-12-08 01:28:07 +01:00
|
|
|
|
|
2020-08-11 01:47:54 +02:00
|
|
|
|
### Electron desktop app
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
|
|
|
|
Code:
|
2019-05-20 14:01:13 +02:00
|
|
|
|
[Our cross-platform desktop app written in JavaScript on Electron](https://github.com/zulip/zulip-desktop).
|
2021-02-24 05:51:59 +01:00
|
|
|
|
Experts: Anders Kaseorg, Akash Nimare, Abhighyan Khaund.
|
2018-12-08 01:28:07 +01:00
|
|
|
|
|
2020-03-05 01:24:31 +01:00
|
|
|
|
- Contribute to our [Electron-based desktop client
|
2021-08-20 21:53:28 +02:00
|
|
|
|
application](https://github.com/zulip/zulip-desktop). There's
|
2020-03-05 01:24:31 +01:00
|
|
|
|
plenty of feature/UI work to do, but focus areas for us include
|
|
|
|
|
things to (1) improve the release process for the app, using
|
2021-08-20 21:53:28 +02:00
|
|
|
|
automated testing, TypeScript, etc. and (2) polish the UI. Browse
|
2022-02-26 06:55:24 +01:00
|
|
|
|
the open issues and get involved! 175 or 350 hours. This is a
|
|
|
|
|
difficult project because it is important user-facing code with good
|
|
|
|
|
automated testing, so the bar for convincing others your work is
|
|
|
|
|
correct is high.
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
2021-08-20 21:53:28 +02:00
|
|
|
|
**Skills required**: JavaScript experience, Electron experience. You
|
2021-08-20 22:54:08 +02:00
|
|
|
|
can learn electron as part of your application!
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
2018-12-08 01:28:07 +01:00
|
|
|
|
Good preparation for desktop app projects is to (1) try out the app
|
|
|
|
|
and see if you can find bugs or polish problems lacking open issues
|
|
|
|
|
and report them and (2) fix some polish issues in either the Electron
|
|
|
|
|
app or the Zulip web frontend (which is used by the electron app).
|
2018-01-23 09:33:37 +01:00
|
|
|
|
|
2022-02-26 06:55:24 +01:00
|
|
|
|
- Prototype a next generation Zulip desktop app implemented using the
|
|
|
|
|
Tauri Rust-based framework. Tauri is a promising new project that we
|
|
|
|
|
believe is likely a better technical direction for client
|
|
|
|
|
applications than Electron for desktop apps for security and
|
|
|
|
|
resource consumption reasons. The goal of this project would be to
|
|
|
|
|
build a working prototype to evaluate to what extent Tauri is a
|
|
|
|
|
viable platform for us to migrate the Zulip desktop app to. 350
|
|
|
|
|
hours only; difficult. **Skill required**: Ability to learn quickly.
|
|
|
|
|
|
2021-02-19 02:41:36 +01:00
|
|
|
|
### Terminal app
|
|
|
|
|
|
|
|
|
|
Code: [Zulip Terminal](https://github.com/zulip/zulip-terminal)
|
|
|
|
|
Experts: Aman Agrawal, Neil Pilgrim.
|
|
|
|
|
|
|
|
|
|
- Work on Zulip Terminal, the official terminal client for Zulip.
|
|
|
|
|
zulip-terminal is already a basic usable client, but it needs a lot
|
2021-08-20 21:53:28 +02:00
|
|
|
|
of work to approach the web app's quality level. We would be happy
|
2022-02-26 06:55:24 +01:00
|
|
|
|
to accept multiple strong students to work on this project. Our goal
|
|
|
|
|
for this summer is to improve its quality enough that we can upgrade
|
|
|
|
|
it from an alpha to an advertised feature. 175 or 350 hours; medium
|
|
|
|
|
difficulty. **Skills required**: Python 3 development skills, good
|
|
|
|
|
communication and project management skills, good at reading code
|
|
|
|
|
and testing.
|
2021-02-19 02:41:36 +01:00
|
|
|
|
|
2021-03-23 23:03:48 +01:00
|
|
|
|
### Archive tool
|
|
|
|
|
|
|
|
|
|
Code: [zulip-archive](https://github.com/zulip/zulip-archive)
|
|
|
|
|
Experts: Rein Zustand, Steve Howell
|
|
|
|
|
|
|
|
|
|
- Work on zulip-archive, which provides a Google-indexable read-only
|
2021-08-20 21:53:28 +02:00
|
|
|
|
archive of Zulip conversations. The issue tracker for the project
|
2021-03-23 23:03:48 +01:00
|
|
|
|
has a great set of introductory/small projects; the overall goal is
|
2022-02-26 06:55:24 +01:00
|
|
|
|
to make the project super convenient to use for our OSS
|
|
|
|
|
communities. 175 or 350 hours; medium difficulty.
|
2021-03-23 23:03:48 +01:00
|
|
|
|
**Skills useful**: Python 3, reading feedback from users, CSS,
|
|
|
|
|
GitHub Actions.
|