IMAP-Science-Operations-Center / imap-data-access

Package to download, query, and upload files from the IMAP Science Data Center.
MIT License
0 stars 7 forks source link

User testing #40

Closed bourque closed 1 week ago

bourque commented 4 weeks ago

It would be a useful exercise for a user to extensively test this command line utility and identify any bugs or any areas that could use improvement.

A summer student would be well suited for this since they have not been involved in the development process of this tool yet. It would be a good way to learn how to use this utility.

bourque commented 2 weeks ago

@daralynnrhode @anamanica Feel free to leave a comment here with whatever you discovered in your imap-data-access journey. We can then open up new GitHub issues for things to fix/clarify/change based on what you found.

anamanica commented 2 weeks ago

Hi there! Here are @daralynnrhode and I's comments!

bourque commented 2 weeks ago

@anamanica @daralynnrhode This is great! Thank you for the thorough review and explanations. From this, I think we can make a few new issues:

I don't quite follow the issue you were seeing when downloading files that don't exist, but it sounds to me like it is failing gracefully? If you feel something needs to be changed here, feel free to open an issue for that too!

I think we can address the --repointing issue sometime later -- the SDC is still trying to figure out how this is going to work.

@greglucas Since you are kind of the 'owner' of this code/repo, I just wanted to run these by you too. Are all of these worth doing? Do you have anything to add? Thanks!

greglucas commented 2 weeks ago

I hope you all feel empowered to add / update things as you see fit here, so please do make issues you think will help :)

I agree all of those things sound like good ideas, just one tidbit to add here that might help point in the right direction.

  • An issue for addressing the 502 errors -- more informative error messages should be thrown in these cases

Anything with 502 will need to be addressed in the AWS Lambdas most likely. Although it might be that the update needs to be in the path validation area which is actually in this repository.

bourque commented 1 week ago

Nice work on this @daralynnrhode and @anamanica, and thanks for opening up new issues for the things you found! I am closing this issue now.