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

Improve roadmap page visually #74

Closed
wants to merge 6 commits into from
Closed

Conversation

GeckoEidechse
Copy link
Member

Defines roadmap items in JSON file and loads them on page load.

Shows each roadmap item as a card with a banner image, title, and description.

Rendered:

image

function addRoadmapItem(group, icon, image_alt_text, title, description) {

var x = template.replace("IMAGE", icon)
.replace("IMAG_ALT_TEXT", image_alt_text)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo here, alt text won't actually get set

Copy link
Member Author

@GeckoEidechse GeckoEidechse Jul 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks <3

}

.roadmap-card {
background-color: white;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The white background looks kind of out of place to me, perhaps going for dark blue with white text is better?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will give it a try o7

Although I guess at this point this PR has been superseded by #75 lol

@EM4Volts
Copy link
Contributor

EM4Volts commented Jul 9, 2024

Like the overall Page.
jut have the small idea of maybe also communicating wether a feature is activly being worked on and maybe also when its currently aprox. going to be done.

i made a small mockup on how the new capsules could look for it, in my idea the tags are optional. so if no date is preset or agreed on yet then the tag wouldnt be there, same as the indev tag
Screenshot 2024-07-10 005531

ignore that the bottom tag is not centered. this is a 20 second mockup, i aint gonna pixel perfect it omegalul

@GeckoEidechse
Copy link
Member Author

GeckoEidechse commented Jul 9, 2024

i made a small mockup on how the new capsules could look for it [...]

Oooooh I like that lot. Not sure if we can should give a date as we often don't know ourselves but an approximation might be enough ig ^^"

Was thinking of also somehow integrating a way of saying who's working on that feature and pushing it forward the most (e.g. @Zanieon for FD atm)

@Zanieon
Copy link
Contributor

Zanieon commented Jul 9, 2024

I totally agree on pointing out which developer is doing what, at least whos focused in that specific department.

I.E: Me with Frontier Defense, RoyalBlue with Custom RUI, Spoon with Modded Persistence, Biscuit and Fifty with Custom Maps etc...

@GeckoEidechse
Copy link
Member Author

Superseded by #75 and suggestions from this PR not yet implemented moved to #77

@GeckoEidechse GeckoEidechse deleted the feat/improve-roadmap branch July 26, 2024 13:55
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

Successfully merging this pull request may close these issues.

4 participants