I
I
Ilya999Ilya2021-06-09 11:25:18
Web development
Ilya999Ilya, 2021-06-09 11:25:18

How to implement MVP for a site with a personal account?

Dear colleagues, good afternoon!

Tell a beginner how to implement MVP faster?

The idea of ​​the project - users maintain a budget (expenses, incomes), the site helps to plan pension savings.

From the point of view of IT, the requirements are as follows:
1. 99% of the work on the site is carried out in a personal account. In other words, almost all the content displayed by the site is individual for the logged in user.
2. The user can enter information in several types of forms
3. The user can edit the information that he previously entered (item 2)
4. The personal account displays several graphs and tables based on the data that the user entered. Data for plotting is pre-processed mathematically, for example, interpolated.
5. I want to implement MVP as cheaply and quickly as possible. The main thing is that it works. If, if the MVP is recognized as successful, you have to rewrite the site from scratch to the "target" technology - OK.

Question - what to choose to build an MVP?

I first looked towards Wordpress. I have no experience in using it, but, based on the articles I read, I made a (possibly wrong) conclusion that in order to implement the graphs and tables from clause 4, you will need to order the writing of your plugin, because. plugins like wpDataTables cannot do custom SELECTs from the database depending on the logged in user. Is this assumption correct or am I misreading it?

Then I looked towards the bubble.io no-code platform. It looks like it can, but I'm not sure.

What would you do with such a project?

PS. About myself. I am not a web developer, although I have experience in IT - 15 years ago I even wrote in php for a part-time job, I understand the basic concepts of technologies 15 years ago. But if you need to write a lot of code for MVP, then I will order from someone ...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
ThunderCat, 2021-06-09
@Ilya999Ilya

In terms of functionality, it draws on a framework, you won’t find ready-made solutions for 99% of the sparkling, and rewriting the functionality of plugins for vp or something else ready-made is either very expensive and will still have to be redone later, or given to a jun student cheaply, but crooked, long and generally xs can ...
So my IMHO is to write immediately on something more or less sane: lara, symphony, zend ... Not the case when you can raise the MVP on your knee, the logic is more or less serious ...

A
Anton Anton, 2021-06-09
@Fragster

This may be unexpected, but it is possible for 1s.
Well, or on some Laravel, of course, it is also possible.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question