dragon-fire-fly / developer_matcher

2 stars 1 forks source link

Styling #60

Closed dragon-fire-fly closed 1 year ago

dragon-fire-fly commented 1 year ago

Bug fix - Relates to Issue #38 Move the confirm deletion modal inside the for loop so that the relevant pk of the img to be deleted can be passed to the modal without needing JS. Extend also to the project image deletion and message deletion.

Feature - issue #59 Add pagination feature to profile and project pages. Include previous and next, but disable is not available (e.g. previous when on page 1) Include numbered pages and link to the associated page.

Add additional model methods to trigger deletion of cloudinary resources on cloudinary upon their deletion (previously the db entry was deleted, but this was not yet cascaded to delete the resource itself)

Upgrade delete profile function from a function based view to a class based one.