WordPress as backend only – stock/inventory web application – CRUD functionality
-
[ Moderator note: moved to Fixing WordPress. ]
Hi,
For a client, I’m gonna develop an web application system for “stock/inventory” functionalities.
This business has 50 entities (CPT or Classes) approx. There are a few relationships between them, but there are not complex logic in those. Most of the development work will be dedicated to store data and showing it (CRUD).
For that, I wanna use wordpress as a backend only. My plan is to use CPT and ACF to store data, and modify the administrative tables with WP_List_Table functions to show the data in a better way. Also I should use the plugin P2P for n:m relationships.
I’ve never developed with WordPress this amount of entities/CPT. So, a few questions are:
1) Could I have any kind of problem using WordPress for this ?
2) Do you recommend using CPT/ACF/P2P or I should use custom Classes/DB Tables ?
3) Could I have problems if the storage data grows up very fast? (I mean huge DB tables for querying it)More data:
The web application won’t have more than 30 user and they won’t work simultaneously.
I’ll put the installation in a dedicated server with good features.I’m planning the architecture right now, so any piece of advice or information is welcome. Thanks and Regards!
- The topic ‘WordPress as backend only – stock/inventory web application – CRUD functionality’ is closed to new replies.