HomeSoftware Heritage

server: rewrite using class-based views

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

server: rewrite using class-based views

This allows for a more in-depth refactor of the logic in each view. We
can create views that simply override a specific behavior of some
generic views, instead of having to write ugly spaghetti code in the
form of nested functions that return other parametrized functions.

Details

Provenance
seirlAuthored on Jul 23 2020, 3:10 PM
seirlPushed on Aug 3 2020, 10:40 PM
Differential Revision
D3604: server: rewrite using class-based views
Build Status
Buildable 14247
Build 21903: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.