chapar-rest / chapar

Chapar is a simple and easy to use api testing tools aims to help developers to test their api endpoints. it support http and grpc protocols.
https://chapar.rest
BSD 3-Clause "New" or "Revised" License
449 stars 22 forks source link

Collection empty view #57

Closed Monirzadeh closed 2 months ago

Monirzadeh commented 2 months ago

Describe the bug if you click on 3 dot beside collection name open tab with collection name but empty

To Reproduce Steps to reproduce the behavior:

  1. Go to New
  2. Click on Collection
  3. Press 3 dot beside New Collection
  4. Click on View
  5. as you see a new tab open without any content

Expected behavior in new tab open, show list of available request in that collection or remove View for Collection

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

mirzakhany commented 2 months ago

I'm afraid that this is not a bug but a feature for now:-) Collections are for now are just an empty place, with only the name. soon it will have the common settings that will apply to all items.

Monirzadeh commented 2 months ago

I'm afraid that this is not a bug but a feature for now:-) Collections are for now are just an empty place, with only the name. soon it will have the common settings that will apply to all items.

maybe better keep not complete part in separate branch (for example collection view) and when it is ready (not complete just basic functional level) merge to the main branch. so main branch will be clean (all the feature will be usable)

it is just a suggestion to not keep code that is not complete yet (at least minimum level of functionality) advantage of that is remove chance of create critical bug in release version just because someone forget to remove some unfinished part inside main branch

as i see program is in beta state right now and not a big deal but can help in long run :+1: