-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part Information/Selection Page #12
Comments
Should ideally contain:
|
For the PoC, only type of filter is needed. |
due to almost every row in provided mock data being the same, filtering will likely be unavailable for POC and it is questionable if necessary for Beta |
@josemvidal @ICanNomNoms Any chance you guys wanna take a look at my ListOfParts.vue file? I'll give you a starbucks giftcard if you can figure it out |
Sorry, I have not used Vue. |
eh, worth a shot. Know anybody that has? @josemvidal |
Nope. A quick github search shows @SCCapstone/ezbag is the only group currently using vue this year (at least, from the commits history). |
Am I allowed to contact 'Cognito Forms'? They are a company in the Vista that I know works with Vue @josemvidal |
Yes, of course. You can also try online forums for vue. Most frameworks will have at least one online place where beginners can go to ask questions. |
@josemvidal Cool! I've already tried StackOverflow and the Vue.js official forum... no luck |
Update: trashed php method, found new one |
Idea: Skip integration and write script to just read the data from one of the pages the api spits out. Thoughts? @josemvidal While I think it would be too limiting for the final release next semester, would it be good enough for poc? |
The goal of the PoC (any proof of concept) is to prove to yourself that you can integrate all the libraries+APIs+whatevers that you plan to use into one deployable working app. That is, prove to yourself that it will work. There are no show-stopper issues that will prevent all further development ("we need library X to work, but it won't, we are dead"). If you drop a library, that goes against the idea of a proof of concept. Have you tried just downloading and running an example that does what you want? This is lots of example code in github/etc. showing how to do X. You find one that does what you want, download and run it locally to convince yourself that it actually works, then you look at their code to see what it is they are doing differently from your code. Examples like Vue.js + Node.js + Express + MySQL example: Build a full-stack CRUD Application - BezKoder |
Yeah. that’s fair. I’ve actually adapted what I have now from that example |
Implement a parts page that allows for users to filter parts through an advanced search bar. They will be able to filter by location, battery, voltage, and flags.
The text was updated successfully, but these errors were encountered: