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

[Feature]: add multi user contribution geeneration #65

Open
alphaleadership opened this issue Jan 11, 2025 · 3 comments
Open

[Feature]: add multi user contribution geeneration #65

alphaleadership opened this issue Jan 11, 2025 · 3 comments
Assignees
Labels
enhancement New feature or request triage Issues to be triaged

Comments

@alphaleadership
Copy link

Description

add -m option to add some user

Requirements

add cli option
add the code

Definition of Done

unknown

Additional Notes

No response

@alphaleadership alphaleadership added enhancement New feature or request triage Issues to be triaged labels Jan 11, 2025
@github-project-automation github-project-automation bot moved this to Needs Review in gh-skyline Jan 11, 2025
@chriswblake
Copy link
Member

@alphaleadership,

Unless I a misunderstanding your goal, I think this is achievable with a simple bash script.

make_skylines.sh

#!/bin/bash

# Array with 3 names
names=(
    "alphaleadership"
    "chriswblake"
    "chrisreddington"
    "ashleymcnamara"
)

# Make skylines for each user
for name in "${names[@]}"; do
    gh skyline --user "$name"
done

FYI: Make sure your bash script has execution permission: chmod +x ./make_skylines.sh

@alphaleadership
Copy link
Author

In the same file

@chriswblake
Copy link
Member

@alphaleadership,
Can you please share what you are imagining for an 1 STL model with multiple user's contributions? I'm having trouble visualizing how that would work.

I don't think it would work well with 1 filament, but maybe with multi-color prints, it could be interesting.

Side by side like a series bar chart?

Combined like a stacked bar chart?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Issues to be triaged
Projects
Status: Needs Review
Development

No branches or pull requests

3 participants