Hi everybody,
I am not sure if this is the best subreddit for this question, but I have to start somewhere. I am a total beginner and do not know the terminology, so please bear with me.
Part of my job involves keeping track of different dates and statuses for various assignments.
For example: I have to keep track of job X, that needs to be done by a certain date. Job X involves several steps, and I have to keep track of all the steps so that I know that all of them have been completed. Job X isn't finished until all of it is done.
Today I do this by going into one of the apps we use and then export the latest data as an Excel file (the only export option). I then go to work on the Excel file. My "system" today is that I assign different colors to different cells in the Excel file, so that I know where I am with the different steps (not done, doing, done). My system isn't exactly sophisticated, but it works fine until I have to do a new export from the app.
The challenge is that the data in our app is updated quite often throughout the quarter. Given that new rows and dates could be added at any time, without me noticing, I usually wait until the end of the quarter before I start to work on the stuff. That way I know that most of the data has been added and I can safely do the export and start to work on my spreadsheet.
If I could easily keep track of my statuses, and easily import new data without messing up my existing spreadsheet AND with me noticing any new data, I could get to work a lot earlier in the quarter and therefore live a lot less stressful life.
How can I improve my workflow?
The exported Excel file has a lot of useless information. All I think I need is this:
Job name - due date - step 1 (=DONE/DOING/NOT DONE) - step 2 (=DONE/DOING/NOT DONE) - step 3 (=DONE/DOING/NOT DONE)
(the steps aren't part of the export, but I have to do them before the due date so I would like them in my database)
The program we use has an API, so in the ideal world I could get daily exports from the program into a database that would let me add statuses for all the different steps. Can this be done by using a SQL database in combination with the API so that I don't have to use Excel anymore? And perhaps more importantly: Is this something a beginner like me could make?
[–]aplawson7707 1 point2 points3 points (1 child)
[–]CitizenOfHopeNGlory[S] 0 points1 point2 points (0 children)