stackmuncher / stm_server

The server-side code behind stackmuncher.com, a global directory of software developers.
https://stackmuncher.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Drop use of Report::reports_included #10

Open rimutaka opened 2 years ago

rimutaka commented 2 years ago

Report::reports_included attribute is an array of S3 keys for the reports that are translated into project names on the page.

It is being phased out in favour of a more rich pub projects_included: HashSet

We can't just drop it because all reports would need to be re-processed for the front end to work. This can be done after total re-processing of all repos for some other more important reason.

Relates to stackmuncher/stm_app#13