amy icon indicating copy to clipboard operation
amy copied to clipboard

Update fields for Event Tasks

Open maneesha opened this issue 3 years ago • 2 comments

Right now, for Event Tasks we have four fields - Person, Role, Title, URL.
We have never used the Title or URL field so these should be removed at least from the UI.
I will leave it to @pbanaszkiewicz to decide if there is a reason to keep them in the back end database model.

maneesha avatar Nov 03 '21 19:11 maneesha

@pbanaszkiewicz I can start working on this PR if you let me know - should we change just the UI, or should we remove these fields from the model as well?

maneesha avatar Mar 22 '22 01:03 maneesha

@maneesha I don't think title or URL are used. I think you can remove them from both UI and database.

Once you remove the fields and apply the migration, you should run the tests to figure out if something broke.

Finally the database documentation should be updated to reflect removal of these fields.

pbanaszkiewicz avatar Apr 03 '22 10:04 pbanaszkiewicz