Nicolas Clerc

Results 11 issues of Nicolas Clerc

## Purpose Instructors wants to request files from students. We add a file depository which allows student to upload files. During upload, we need to scan those files for viruses....

## Purpose When a pairing challenge is successful, we want to allow rtmp stream to the live video. ## Proposal Send medialive input endpoints on pairing challenge success.

WIP

## Purpose Serve frontend site through marsha and test it

## Purpose Upgrade dogwood.3-fun to fonzie v0.7.0. Upgrade dogwood.3-fun to fun-apps v5.18.0. Then release dogwood.3-fun 2.13.0 ## [dogwood.3-fun-2.13.0] - 2024-04-04 ## Changed - Upgrade fonzie to v0.7.0 - Upgrade fun-apps...

No default value are provided for many optional parameters. Those have been set to None.

## Purpose Rework order statuses for the new sales tunnel. Prepare the removal of order submit endpoint. ## Proposal - [x] add new states - [x] move logic from submit...

## Purpose New sales tunnel ## Proposal Description... - [] item 1... - [] item 2...

## Purpose Description... ## Proposal Description... - [] item 1... - [] item 2...

## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** Currently we have many self.assertNumQueries in our tests, but as we are working,...

## Bug Report There is something weird here about the ContractFactory... Instead of ``` order = factories.OrderFactory(product=product, owner=owner, contract=factories.ContractFactory()) ``` this will work ``` order = factories.OrderFactory(product=product, owner=owner) factories.ContractFactory(order=order) ```...