-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove adminComment/note field from companies #5001
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
b8d9658
to
b0e7a5c
Compare
See comment on backend PR. I thought we only wanted to remove it from the table? I know it's somewhat kinda used sometimes😆😅 |
@ivarnakken I've answered you in the backed PR as well, but what does "somewhat kinda somethimes" mean? Falk got the impression that Bedkom never really use it as far as i understood |
I've seen it be used, but it's never been used very thoroughly. I thought we discussed that we wanted to improve the comments and make something similar to itDAGENE's system. I agree that it should be removed from the table though. Not sure if we have to remove it as a feature all together, because ideally we would want them to use it more. I guess our job is to make it more intuitive and useful. Perhaps Falk or Isak can show itDAGENE's admin page |
Oh I read your comment on lego now! I totally forgot we had "normal" comments as well, so in that case I'm totally in for completely yeeting it😁sorry hehe |
dataIndex: 'comment', | ||
// Using an empty column for filtering | ||
title: '', | ||
dataIndex: 'Filter', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dataIndex: 'Filter', | |
dataIndex: 'active', |
dataIndex: 'comment', | ||
// Using an empty column for filtering | ||
title: '', | ||
dataIndex: 'Filter', | ||
centered: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I totally agree with this change. As mentioned by Ivar, the itDAGENE admin page only uses a comment field for this and it works great.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Description
Removed the field
adminComment
from company. It was only used in the bdb table, and just took up unnecessary space and was never really used for anything...Testing
Corresponding backend changes: webkom/lego#3643
Resolves ABA-1052