Operations on individual list items and groups. The real challenge ...

    A similar topic has already been discussed . Although this task is slightly different. It is necessary to place not buttons, but ... However, let's take it in order.


    So, we have a list of certain entities. Each entity has two accounts and a certain constant.
    What is required:
    1. for each entity, show the account balance and constant.
    2. give the opportunity to change the value of the constant.
    3. give the opportunity to transfer funds from one account to another (in two directions)

    That, in fact, is all. Naturally, we must give the opportunity to carry out such operations both on separate entities and on a group.

    Here's what happened:
    List of Operations on Individual Entries



    The user moves the cursor to the line. The line is highlighted. a form appears on the right. You can change the value of the constant or, choosing a direction, transfer funds from one account to another. To make it clearer, I made a little animation . Operations on groups After the user has marked at least one record, the logic described above stops working. That is, hovering over a record does not lead to the appearance of a new form for working with this record. Instead, a form appears on the right to perform operations on a group of selected records. While writing this, I thought that for clarity, the background color of the marked lines and the background of the form should differ significantly from the background color that will be used for operations on a single element.









    I would like to hear your opinion. Do you think this option has the right to life? Perhaps there are some other options or is it worth making any changes?


    Also popular now: