I was working as a stockboy in a supermarket and when we had to fill the milk cooler people would bust open a 12 pack of milk cartons and put them in one by one.

On my first day I just placed the 12 pack in the cooler and cut the plastic off on one side with my box cutter and yanked it from under it and the look of the store manager and the other employee who was training me was pure bewilderment.

From that day everyone did it my way.

  • killick@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I have to enter data into payroll for when a teacher covers a class for an absent teacher. Usually, there are 5 teachers who I pay for one hour each. Each teacher has an ID number.

    To pay one teacher I have to enter their ID number. Select their job code from a drop down list, tell the database I am adding to it by choosing or entering A in a box. Then I have to pull the date from a drop down list. Then I enter the digit 1 (to pay 1 hour). Then I enter the ID number of the absent teacher. Then I enter the sub request number created by the absent teacher. Then I click “change.”

    I have to do this for all 5 teachers that covered the class. One-at-an-effing-time.

    If I had a “dev” handy, I would say, let me enter the ID, date, and job number for the absent teacher. Let me list the 5 substituting teacher id numbers, and the 1 hour should be the default.

    Of course there will never be a ‘dev’ around because my county purchased the payroll software and no one who is anywhere near using it gets to make the purchasing decisions.

      • Noumena@kbin.social
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 year ago

        Lol, I haven’t heard of the dreaded Blackboard in forever. What a boomerang of stress 😀

        @killick, if this is a website you can automate this yourself by creating a csv of that data schema you want and then use Selenium to auto-fill and submit that web form. Automated UI testers use Selinum for testing, but it doesn’t have to be just a test. Selenium shoud be free to run.

        • killick@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          I will look at that, but I am not sure it would work smoothly. The interface requires me to “Inquire” after two of the steps.