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

Submit page: pre-fill workflow labels with random phrases? #141

Open
sckott opened this issue Sep 19, 2024 · 2 comments
Open

Submit page: pre-fill workflow labels with random phrases? #141

sckott opened this issue Sep 19, 2024 · 2 comments
Labels
v1.2 Should be implemented in PROOF v1.2

Comments

@sckott
Copy link
Collaborator

sckott commented Sep 19, 2024

from @codebeaker study

She suggested pre-populating the 2 workflow label (or maybe just 1?) fields with random words

Sean suggested ids::adjective_animal , probably this variant ids::adjective_animal(style = "Pascal") which gives a single string without spaces, which is ideal I think, but easier to read as each word is capitalized, e.g.,

 replicate(10, ids::adjective_animal(style = "Pascal"))
 [1] "EonianNorwayrat"                "VolcanologicalHousefly"
 [3] "FungousAsiandamselfly"          "UnafraidBinturong"
 [5] "PostwarBergerpicard"            "PostdentalGermanspitz"
 [7] "DuckieGermanshorthairedpointer" "SubglacialHummingbird"
 [9] "SubtleAfricanwildcat"           "AbovegroundAmericancrayfish"
@sckott
Copy link
Collaborator Author

sckott commented Sep 20, 2024

work in e1bce98

@sckott
Copy link
Collaborator Author

sckott commented Oct 3, 2024

done, on dev branch now

@sckott sckott added the v1.2 Should be implemented in PROOF v1.2 label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.2 Should be implemented in PROOF v1.2
Projects
None yet
Development

No branches or pull requests

1 participant