seed icon indicating copy to clipboard operation
seed copied to clipboard

Allow users to add fields "on the fly"

Open RDmitchell opened this issue 6 years ago • 12 comments

Expected Behavior

Allow users to add fields (presumably to the JSON blob field) "on the fly" in the program as needed, without importing a file to create those fields.

Actual Behavior

n/a

Steps to Reproduce

n/a

Instance Information

n/a

RDmitchell avatar Dec 21 '18 01:12 RDmitchell

This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Oct 06 '21 02:10 github-actions[bot]

@nllong / @macintoshpie -- having this functionality came up in a call with Washington DC -- they would really like this ability.

RDmitchell avatar Nov 03 '21 19:11 RDmitchell

Interesting, do you know their use-case? Are there just one or two properties that are missing a column for some reason?

macintoshpie avatar Nov 03 '21 22:11 macintoshpie

@nllong -- do you remember if Andrew Held mentioned what they need it for?

I can email him to get more specifics if that is useful.

RDmitchell avatar Nov 03 '21 23:11 RDmitchell

They want to add a column such as "User Verified" and have the user edit it on the Inventory Detail page and update the field from a 0 to a 1. I imagine they would then use a DQ rule to add a label to the properties that haven't been verified.

nllong avatar Nov 04 '21 14:11 nllong

Not sure when we'll pick this up, but just to capture some thoughts

  • you should only be able to create new columns from the Organizations Column Settings page
  • it should be an extra_data column

macintoshpie avatar Nov 04 '21 17:11 macintoshpie

@macintoshpie -- yes, those are what we were thinking

RDmitchell avatar Nov 04 '21 18:11 RDmitchell

This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jan 04 '22 02:01 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Mar 06 '22 01:03 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Oct 15 '22 02:10 github-actions[bot]

I think this issue is still relevant and should be kept open.

RDmitchell avatar Oct 18 '22 19:10 RDmitchell

@RDmitchell I'll move it to the new board

isalanglois avatar Oct 19 '22 22:10 isalanglois

This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Dec 19 '22 01:12 github-actions[bot]

see #3780 Column Settings: getting 520 error when making a new column but column is created

RDmitchell avatar Jan 24 '23 22:01 RDmitchell

@haneslinger / @isalanglois -- see the bug above that I found when testing last week.

RDmitchell avatar Jan 24 '23 22:01 RDmitchell

@haneslinger / @axelstudios -- is this bug still a problem? The related issue is in test and maybe it shouldn't be?

RDmitchell avatar Jan 27 '23 23:01 RDmitchell

See the comments I just added to #3780

RDmitchell avatar Jan 28 '23 01:01 RDmitchell

Depending on the answer to #3780, I will close both of these issues.

RDmitchell avatar Jan 28 '23 01:01 RDmitchell

I am repeating the comment I made in #3780

Instance: LBNL staging SHA: 992862f09 Release: 2.17.1 Org: LBNL Test 200

When I added the field in Column Settings, this error was displayed in Developer tools. image

However, the program finished adding the field (the spinner stopped) and it was displayed in the Column Settings List image

I could edit the field and add data to it in the Property Details view, and it displays properly in the Property List view image

@haneslinger -- do we need to worry about that error? It's not something the user sees, and the program finished making the field. ??

RDmitchell avatar Jan 28 '23 01:01 RDmitchell

This is fixed in https://github.com/SEED-platform/seed/pull/3791

haneslinger avatar Feb 15 '23 23:02 haneslinger

instance: dev1 SHA: c8b79f627

Added a column, no error !! Thanks !

RDmitchell avatar Feb 16 '23 00:02 RDmitchell