astrolabsoftware / fink-science-portal

Fink Science Portal
https://fink-portal.org
Apache License 2.0
7 stars 4 forks source link

Add VSX conesearch in the variable star profile #567

Closed JulienPeloton closed 7 months ago

JulienPeloton commented 8 months ago

Closes #561

In addition, we now mutualise the buttons creation to ease their re-use (apps.utils.create_button_for_external_conesearch)

karpov-sv commented 8 months ago

Ah, I was thinking about doing that, but was too lazy to do it properly :-)

Could you also localize the actual dbc.Button construction to a single place so that it might be changed easier, if we will ever do restyling? The most of parameters are the same for all buttons, and couple of edge cases may be handled through some additional keyword parameter somewhere.

JulienPeloton commented 7 months ago

Done in the last commit :-)