Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

User avatar
JSculley
Posts: 575
Joined: Tue May 04, 2021 7:28 am
Answers: 53
x 7
x 808

Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by JSculley »

A little something I've been working on.

My current view on CADForum.net:
image.png

Default view of the SWYMp (with 'compact' view enabled):
image.png

My current view of the SWYMp:
image.png

Nearly twice as many posts on screen.

A lot of clutter removed:
  • Useless compass
  • Facebook-style 'likes'
  • Dassault/3DExperience branding
  • user profile icons in the post title
  • dropdown menu on each post in the list

Question icon color reflects post status (yellow=no answers/comments, blue=answers/comments, green=validated answer/comment).

Still more cleanup and formatting to do, but it's close enough that I've confused myself a couple of times. Only about 250 lines of sloppy client side Javascript/CSS and the Tampermonkey extension for Chrome.
User avatar
josh
Posts: 253
Joined: Thu Mar 11, 2021 1:05 pm
Answers: 11
x 19
x 444

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by josh »

Did you forget to attach the script? :-D
User avatar
Frederick_Law
Posts: 1822
Joined: Mon Mar 08, 2021 1:09 pm
Answers: 8
Location: Toronto
x 1527
x 1374

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by Frederick_Law »

JSculley wrote: Thu Apr 11, 2024 11:51 am A little something I've been working on.
That's disruptive!
User avatar
JSculley
Posts: 575
Joined: Tue May 04, 2021 7:28 am
Answers: 53
x 7
x 808

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by JSculley »

josh wrote: Thu Apr 11, 2024 12:12 pm Did you forget to attach the script? :-D
It's not quite ready.
User avatar
mattpeneguy
Posts: 1380
Joined: Tue Mar 09, 2021 11:14 am
Answers: 4
x 2487
x 1888

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by mattpeneguy »

JSculley wrote: Thu Apr 11, 2024 12:23 pm It's not quite ready.
Neither is the swamp... didn't stop them from releasing it...
User avatar
jcapriotti
Posts: 1792
Joined: Wed Mar 10, 2021 6:39 pm
Answers: 29
Location: The south
x 1132
x 1940

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by jcapriotti »

Nice, @JSculley, you have already shown more competence then the Dassault team. It's like they are the Bad New Bears of UI design.
Jason
dave.laban
Posts: 301
Joined: Thu Mar 11, 2021 8:38 am
Answers: 4
x 47
x 371

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by dave.laban »

Very nice!

Do you think it would be possible to extract the actual date/time for the post and display that rather than the "1 hour ago" nonsense they persist with? The data seems to be available when you hover over their vaguestamp.
image.png
User avatar
AlexB
Posts: 434
Joined: Thu Mar 18, 2021 1:38 pm
Answers: 22
x 242
x 383

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by AlexB »

I hadn't realized how much of a difference small changes like this would make. Good work!
User avatar
AlexLachance
Posts: 1994
Joined: Thu Mar 11, 2021 8:14 am
Answers: 17
Location: Quebec
x 2157
x 1847

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by AlexLachance »

I hope you receive retribution for all you've done towards this to show their lack of commitment
User avatar
bnemec
Posts: 1851
Joined: Tue Mar 09, 2021 9:22 am
Answers: 10
Location: Wisconsin USA
x 2436
x 1330

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by bnemec »

Nice work. The appearance is surprisingly less painful.

I second the post timestamp instead of how long ago request.

Also, can you just get rid of the "Answered" label? The number of replies is shown and most humans can do the if(numReplies > 0) logic pretty quickly.
User avatar
JSculley
Posts: 575
Joined: Tue May 04, 2021 7:28 am
Answers: 53
x 7
x 808

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by JSculley »

dave.laban wrote: Wed Apr 17, 2024 3:21 am Very nice!

Do you think it would be possible to extract the actual date/time for the post and display that rather than the "1 hour ago" nonsense they persist with? The data seems to be available when you hover over their vaguestamp.

image.png
At first glance, it's not straightforward. The text is in a popup which gets added to the document on the fly, so the information isn't available when I do the work to rearrange all the stuff in the posts. It doesn't mean it can't be done, but how to do so isn't obvious.
User avatar
JSculley
Posts: 575
Joined: Tue May 04, 2021 7:28 am
Answers: 53
x 7
x 808

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by JSculley »

bnemec wrote: Wed Apr 17, 2024 10:04 am Nice work. The appearance is surprisingly less painful.

I second the post timestamp instead of how long ago request.

Also, can you just get rid of the "Answered" label? The number of replies is shown and most humans can do the if(numReplies > 0) logic pretty quickly.
It doesn't always say 'Answered'. It may say 'Updated' if an author or commenter edited the post or a reply/comment. It will also say 'Validated' if the post has been marked that way. That whole area is still a bit work in progress as far as the best way to arrange things.
User avatar
mattpeneguy
Posts: 1380
Joined: Tue Mar 09, 2021 11:14 am
Answers: 4
x 2487
x 1888

Re: Improving the look/usability of the SWYMP Without Dassault Lifting a Finger

Unread post by mattpeneguy »

JSculley wrote: Wed Apr 17, 2024 3:39 pm It doesn't always say 'Answered'. It may say 'Updated' if an author or commenter edited the post or a reply/comment. It will also say 'Validated' if the post has been marked that way. That whole area is still a bit work in progress as far as the best way to arrange things.
Can you get it to be a little more accurate by making it say "Convoluted" or "Obfuscated"?...Seems a little more appropriate over there...

Kidding aside, good work!
Post Reply