akvo / akvo-lumen

Make sense of your data
https://akvo.org/akvo-lumen
GNU Affero General Public License v3.0
63 stars 18 forks source link

Hide `Instance id` column from non metadata groups #3045

Closed iperdomo closed 3 years ago

iperdomo commented 3 years ago

Context

The instance_id column (title: "Instance id") is available in all data groups. After a conversation with @janagombitova, @Kiarii and other team members, we have decided to hide that column from non-metadata groups.

Problem or idea

The Instance id column is a special column that serves as link (internally a foreign key) for all data groups to the parent one (metadata). The user must not be able to transform this column. Initially we're going to hide it.

Solution or next step

iperdomo commented 3 years ago

Relates #2127