seed icon indicating copy to clipboard operation
seed copied to clipboard

Website & Readme.md - community feedback

Open MartinKavik opened this issue 5 years ago • 19 comments
trafficstars

Hi! We want to make Seed's website and documentation as good as possible.

If you want to help a little bit, please see those issues for more info:

  • Feedback for Website - https://github.com/seed-rs/seed-rs.org/issues/3
  • Feedback for Readme.md - https://github.com/seed-rs/seed/issues/302

Thank you!

MartinKavik avatar Dec 03 '19 19:12 MartinKavik

The docs on docs.rs aren't building for 0.5.0.

EDIT: Probably related to https://github.com/rust-lang/docs.rs/issues/503.

daxpedda avatar Dec 04 '19 15:12 daxpedda

The website is really good! Thanks! The only small problem is that if you switch to dark mode and refresh the page, it first renders in light mode, then switches.

tiberiusferreira avatar Dec 06 '19 16:12 tiberiusferreira

The new websites great, I really think because Seed is big enough and active enough that it should have an online chat presence, i.e. a Discord or something.

rebo avatar Dec 08 '19 20:12 rebo

The new website is showing an outdated version (0.4.2 (Nov 05, 2019)) but the overall documentation is quite good :)

One thing that might be interesting for companies would be a section Commercial Support so that people can see that seed is more than just a hobby project.

flosse avatar Dec 09 '19 11:12 flosse

an online chat presence, i.e. a Discord or something

I was thinking about it, but I (we?) don't have capacity to take care of it (chat, forum, twitter, etc.) in the near future. However if you (@rebo) or anybody else want to help with it, just write us a mail :)

MartinKavik avatar Dec 09 '19 12:12 MartinKavik

The new website is showing an outdated version (0.4.2 (Nov 05, 2019))

Yeah, seed-rs.org content for Seed 0.5.0 is WIP (PR). We also have to redeploy docs (? @David-OConnor) to fix official Rust docs.

They are process errors, we should update docs and seed-rs.org content before the Seed release.

MartinKavik avatar Dec 09 '19 13:12 MartinKavik

a section Commercial Support

@flosse Could you create an issue in https://github.com/seed-rs/seed-rs.org and describe a little bit what you think that should be in this section from your point of view?

MartinKavik avatar Dec 09 '19 13:12 MartinKavik

@flosse Could you create an issue in https://github.com/seed-rs/seed-rs.org and describe a little bit what you think that should be in this section from your point of view?

see https://github.com/seed-rs/seed-rs.org/pull/9

flosse avatar Dec 10 '19 15:12 flosse

Great job :+1: , the website is far better than the old one.

MuhannadAlrusayni avatar Dec 10 '19 15:12 MuhannadAlrusayni

I created Discord channel. Feel free to join!

TatriX avatar Dec 17 '19 10:12 TatriX

I'm getting invalid invite.

David-OConnor avatar Dec 20 '19 01:12 David-OConnor

It turns our that invite links have expiration date. Here's unlimited one: https://discord.gg/JHHcHp5

TatriX avatar Dec 20 '19 10:12 TatriX

I have only skimmed the new website, but it looks great! Bonus points for the dark mode button <3

anderejd avatar Jan 08 '20 08:01 anderejd

About update function: " It accepts a message and a model as parameters, and returns an Update struct. Update contains ShouldRender and Effect enums." It doesn't return anything. This paragraph is either outdated or ambiguous.

decafbad avatar May 01 '20 10:05 decafbad

@decafbad Thanks for feedback! We plan to rewrite guides after Seed 0.7.0 release (released in next weeks). I'll try to update also docs for 0.6.0.

MartinKavik avatar May 03 '20 20:05 MartinKavik

Seed 0.7.0 release (released in next weeks).

:tada: awesome!

flosse avatar May 04 '20 07:05 flosse

at https://seed-rs.org/0.7.0/use/ I removed #![allow(clippy::wildcard_imports)] but no clippy errors.

decafbad avatar Oct 23 '20 00:10 decafbad

@decafbad Try to change something in the Rust code, save it and then run cargo make clippy. There is a bug in clippy - it sometimes doesn't lint the code at all if it's already compiled.

MartinKavik avatar Oct 23 '20 09:10 MartinKavik

It works fine now, after I ran a second cargo clean. Couldn't get what's wrong.

decafbad avatar Oct 23 '20 14:10 decafbad