OpenEnergyPlatform / oeplatform

Repository for the code of the Open Energy Platform (OEP) website. The OEP provides an interface to the Open Energy Family
http://openenergyplatform.org/
GNU Affero General Public License v3.0
61 stars 19 forks source link

Distribute Profile Page Tables into 2 categories #1439

Closed Darynarli closed 7 months ago

Darynarli commented 8 months ago

Description of the issue

On the profile page, all tables are currently compiled into one list, making it difficult to distinguish between tables that are reviewed, and those that have not been reviewed.

Ideas of solution

Distribute the tables into 2 categories: reviewed, not reviewed

Workflow checklist

jh-RLI commented 8 months ago

Good idea. I would vote against the "Ongoing" category because we already have the "Reviews" Tab and we should be careful not to duplicate features. I think two categories "Draft" and "Published" should be fine.

Darynarli commented 8 months ago

Hi. Okey, i will make 2 categories

Darynarli commented 8 months ago

Draft how I understood is not reviewed, right?

jh-RLI commented 8 months ago

yes :)

Draft how I understood is not reviewed, right?

jh-RLI commented 8 months ago

i think this would also be a good use case to implement the get table request using HTMX instead of what we have now. Then we can fetch the data and already show the user some loading preview for example instead of just a loading icon in the browser tab. @Darynarli pleas try htmx to do this we can also talk about this.