Lenkelheit / Coursework

This repository contains Instagram-like application
Apache License 2.0
1 stars 0 forks source link

Reworked adding photo algorithm #184

Closed iamprovidence closed 5 years ago

iamprovidence commented 5 years ago

Currently if new photo has been added it will get name by his id. When photo's id was integer it works fine, but now we use Guid and this would not work. Also it can lead to a problem when adding photo with same name. So we should rework this algorithm. Probably add photo by random free name