wxs77577 / rest-admin

Restful Admin Dashboard Based on Vue and Boostrap 4
http://rest-admin.genyii.com
MIT License
623 stars 128 forks source link

_actions addon tag vs Envelope Improve #19

Closed lixaotec closed 5 years ago

lixaotec commented 5 years ago

Dear @wxs77577 ,

Just wondering, why using addons tags (underscored) at Fields description, instead of aggregating new patterns on the Envelop?

I think it would be a cleaner way to do like:
{
 data: [],
 fields: {
...
},
actions: {}
}

Or something like that, perhaps there is a standard or more widely use pattern?!

What do you think?

Thanks

wxs77577 commented 5 years ago

please check the docs of bootstrap-vue table

lixaotec commented 5 years ago

Thanks.

I´ll take a better look there.

What about the endpoints /grid /view /form , did you choose by any reference? I´ve been looking to some standards or best pratices on that, to have a more interoperable system.

best

wxs77577 commented 5 years ago

No, so I’m trying to make them customable.