Skip to content
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

Download the board configuration information from Google sheet #28

Open
mithro opened this issue Sep 10, 2024 · 4 comments
Open

Download the board configuration information from Google sheet #28

mithro opened this issue Sep 10, 2024 · 4 comments

Comments

@mithro
Copy link
Contributor

mithro commented Sep 10, 2024

The Google Sheet @
https://docs.google.com/spreadsheets/d/1CY38U9o4KPCZvfdblJWgpEBKLCnMhlQipjTqfH6QVOw/edit?gid=0#gid=0 has the information about names / mac addresses / etc.

@mithro
Copy link
Contributor Author

mithro commented Sep 10, 2024

wget "https://docs.google.com/spreadsheets/d/e/2PACX-1vT1MjjK6cAl3wShj8LWfeaXNPjynvm4OP6fI3JV8IteAAxmOPu6TBC8Yl6w1eV5kezQ-XZXIbnSWS4r/pub?output=csv" -o out.csv

@mithro
Copy link
Contributor Author

mithro commented Sep 10, 2024

Can ansible import data from a CSV file?

@mithro
Copy link
Contributor Author

mithro commented Sep 10, 2024

@CarlFK
Copy link
Owner

CarlFK commented Sep 10, 2024

yes, maybe, but I think this isn't a good plan.
a good plan is to move all the dynamic pi things into django
which will be needed to store state of a pi (like reserved, status, history)

there will still be the issue of moving data from spreadsheet into db, but that can be a script on the server, or a button on a page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants