experimenter icon indicating copy to clipboard operation
experimenter copied to clipboard

A web application for managing user experiments for Mozilla Firefox.

Results 355 experimenter issues
Sort by recently updated
recently updated
newest added

We should be able to use [this](https://openapi-generator.tech/docs/generators/typescript-fetch) to generate a typescript client for the new REST API using the OpenAPI spec that Django Rest Framework emits. We’ll have to update...

Once we have the REST configuration client, we can migrate the landing page to read from that instead of graphql. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-2755)

Once we have the REST CRUD API we can migrate the landing page to retrieve the list of experiments from there rather than graphql. ┆Issue is synchronized with this [Jira...

Once we have the ts client for the REST configuration endpoint, we can migrate the detail page to read from that instead of the graphql endpoint. ┆Issue is synchronized with...

Once we have a ts client for the REST CRUD API, we can migrate the detail page to read from that instead of the graphql client. ┆Issue is synchronized with...

Once we have a ts client for the REST configuration endpoint, we can update the forms to read from that instead of reading configuration through graphql. ┆Issue is synchronized with...

Once we have a ts client for the REST CRUD API, we can migrate all the forms to use that instead of apollo. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-2760)

After the frontend is completely migrated over to using the new REST endpoints, we can safely remove all the graphql client infrastructure including all the queries, their types, apollo packages,...

After the frontend is completely migrated over to REST, we can safely remove all the graphql infrastructure from the backend. This means all the non REST files in V5, their...

Let's add a creation_date datetimefield to NimbusExperiment with auto_now_add=True and then we can default order the model by the pair of `('_start_date', 'creation_date')` for the landing page so we don't...

good-first-bug
hacktoberfest 🎃