Closed KendallDoesCoding closed 2 years ago
-- that's a great idea man! Loved it! Let's do this ππ
But I don't know web development, so you can work on that or we have to bring out some open source web developers π Who can contribute to this project
-- that's a great idea man! Loved it! Let's do this ππ
But I don't know web development, so you can work on that or we have to bring out some open source web developers π Who can contribute to this project
I can code the HTML, CSS part of it, the suggestion only needs that much, I'm not that good at JS, I'll get to work on this during the week, but for now I suggest you learn some Web Dev, in your free time!
-- okay , i am gonna try to manage to learn it !
-- wait a minute, i have to find someone who knows javascript well and can work with us on this project :)
-- okay , i am gonna try to manage to learn it !
-- wait a minute, i have to find someone who knows javascript well and can work with us on this project :)
ok cool!
@Adarsh-jaiss Please refer to https://github.com/Adarsh-jaiss/journey-book/discussions/19
@Adarsh-jaiss Okay, I need you to decide on the following:
Options a) Web Dev to individually add a page for every persons journey, to download the stuff b) Web Dev to code a bot to automatically, link the stuff from .json/.md files into the website (this will take much more work)
I can work on a for now, the issue with a is I need to be available anytime a user adds a journey, with b it takes time in the beginning but the end result is great, but idk how to do b, I can do a as that is basic.
we should go for the 2nd option (b) because it will save a lot of time in future
we should go for the 2nd option (b) because it will save a lot of time in future
True, I can't do that tho , as I said.. I can work on the basic design of the site though.
we should go for the 2nd option (b) because it will save a lot of time in future
True, I can't do that tho , as I said.. I can work on the basic design of the site though.
tell me one thing, is there any way that in future if we want to migrate from option (A) to(B) . so is that possible or not?
we should go for the 2nd option (b) because it will save a lot of time in future
True, I can't do that tho , as I said.. I can work on the basic design of the site though.
tell me one thing, is there any way that in future if we want to migrate from option (A) to(B) . so is that possible or not?
Idrk, but yeah ig.
I would still suggest we do b first, but that will need other help, as I know how to do a, you don't know web dev
I would still suggest we do b first, but that will need other help, as I know how to do a, you don't know web dev
then let's do "B". I have messaged a web developer. waiting for her reply.
here's is her id: https://github.com/riti2409
I would still suggest we do b first, but that will need other help, as I know how to do a, you don't know web dev
then let's do "B". I have messaged a web developer. waiting for her reply.
here's is her id: https://github.com/riti2409
Ok cool! You can message @TechStudent11 too on their README.md repo in discussions tab, they may be down to help, but their a little busy these days with school, etc!
I would still suggest we do b first, but that will need other help, as I know how to do a, you don't know web dev
then let's do "B". I have messaged a web developer. waiting for her reply. here's is her id: https://github.com/riti2409
Ok cool! You can message @TechStudent11 too on their README.md repo in discussions tab, they may be down to help, but their a little busy these days with school, etc!
You can also contact @aliraza944 for JS help.
-- thanks for sharing -- I am going to approach them tomorrow π
-- thanks for sharing -- I am going to approach them tomorrow π
Ok! You can tell them, I recommended them to you!
I have approached @Techstudent11 for help, waiting for his replyπ
I have approached @TechStudent11 for help, waiting for his replyπ
Yup, got a email notific on that.
Created the "website" branch in this repo to work on this. @Adarsh-jaiss Please host that branch on Netlify, or I think I may be able to do so.
Created the "website" branch in this repo to work on this. @Adarsh-jaiss Please host that branch on Netlify, or I think I may be able to do so.
No, I can't.. Please host that branch on netlify, if you need any help you can reach out.
Can you tell me how can I do that?
Tell me the steps or processes
Can you tell me how can I do that?
Sure, but I've already setup my account so it may be wrong
Then, the site will deploy and any commits made to "website" will auto be deployed, although to change the domain name there are further instructions, for now you do the above.
Okay -- link me the branch
Okay -- link me the branch
Netlify already knows the branches, you just need to tap where it says "main" under Branch and set it to website.
Okay
What should I fill in the my first project section
What should I fill in the my first project section
Please send ss,
Documentation & knowledge base Or blog
Or something else
Documentation & knowledge base Or blog
Send screenshot, can't understand.
![Uploading IMG_20220310_121449.jpgβ¦]()
@Adarsh-jaiss Please come here: https://github.com/Adarsh-jaiss/journey-book/discussions/24
So you want to be able to do is to download whatever "journey" a user has created.
So a couple of things
If so, I would be willing to help.
So you want to be able to do is to download whatever "journey" a user has created.
So a couple of things
Are you willing to
- build a server?
- deal with the client/server model?
- build an entire database?
If so, I would be willing to help.
Yeah, that is all we want π @KendallDoesCoding @techstudent11
So you want to be able to do is to download whatever "journey" a user has created.
So a couple of things
Are you willing to
- build a server?
- deal with the client/server model?
- build an entire database?
If so, I would be willing to help.
Let's do this guies ππππ
So you want to be able to do is to download whatever "journey" a user has created. So a couple of things
Are you willing to
- build a server?
- deal with the client/server model?
- build an entire database?
If so, I would be willing to help.
Let's do this guies ππππ
I'm a noob, can only do basic HTML, CSS, can't do any of this, sadly :(
@KendallDoesCoding it's okay bro π€ :)
Ok then here's what you need to do (I am not going to code the entire thing for you, where's the fun in that?).
You can then download the journeys by sending the user to a link on your server to download the journey in the database. You would also need to update your code to store and retrieve user's journeys using your server/database. You also need to handle differentiating different users (e.g creating users, session ID's, etc.).
Now some recommendations;
As for the server, you might want to get started using JavaScript, more specifically NodeJS. If you don't know what that is, here's my video on NodeJS and a more detailed one by Fireship:
My video: https://www.youtube.com/watch?v=ykvbkhZ6et0 Fireship's video: https://www.youtube.com/watch?v=ENrzD9HAZK4
You should use the Express library for the server.
For the database, you have two options. Number 1, an SQL database. SQL (if you don't know) stands for Structured Query Language and is used in a lot of server and database application. Your second option is a NoSQL or JSON (JavaScript Object Notation) database. Two example of a NoSQL database are MongoDB and Firebase. They both use JSON and are much easier to work with because they require little work on the server side.
Server software Express - https://expressjs.com/ NodeJS - https://nodejs.org/
Databases MongoDB - https://www.mongodb.com/ Fireship - https://console.firebase.google.com
Hosting (you'll need it for the server, you could also use Firebase Hosting) Heroku - https://heroku.com Netlify - https://netlify.com
Happy Coding.
Ok then here's what you need to do (I am not going to code the entire thing for you).
- Learn how to create a server in your preferred language (JavaScript, Python, Ruby on Rails, etc.)
- Connect a database (i.e MongoDB, Postgres, SQLite, etc.) to your server
- Connect the frontend (in this case, your website) to the backend (your server).
You can then download the journeys by sending the user to a link on your server to download the journey in the database. You would also need to update your code to store and retrieve user's journeys using your server/database. You also need to handle differentiating different users (e.g creating users, session ID's, etc.).
Now some recommendations;
As for the server, you might want to get started using JavaScript, more specifically NodeJS. If you don't know what that is, here's my video on NodeJS and a more detailed one by Fireship:
My video: https://www.youtube.com/watch?v=ykvbkhZ6et0 Fireship's video: https://www.youtube.com/watch?v=ENrzD9HAZK4
You should use the Express library for the server.
For the database, you have two options. Number 1, an SQL database. SQL (if you don't know) stands for Structured Query Language and is used in a lot of server and database application. Your second option is a NoSQL or JSON (JavaScript Object Notation) database. Two example of a NoSQL database are MongoDB and Firebase. They both use JSON and are much easier to work with because they require little work on the server side.
Some resources to get you started
Server software Express - https://expressjs.com/ NodeJS - https://nodejs.org/
Databases MongoDB - https://www.mongodb.com/ Fireship - https://console.firebase.google.com
Hosting (you'll need it for the server, you could also use Firebase Hosting) Heroku - https://heroku.com Netlify - https://netlify.com
Happy Coding.
This seems like a lot of work.
Hosting (you'll need it for the server, you could also use Firebase Hosting) Heroku - https://heroku.com/ Netlify - https://netlify.com/
It's already hosted on netlify, we just need to update the domain.
@Adarsh-jaiss You can invite more people to work on this based on their skill set, if you don't want to do every thing, but for now, I can help you with the HTML, CSS, @TechStudent11 can help you when you do the listed by him for the JS.
Okay great :) Now here's the roadmap and i am going to find someone who can do this with us :)
Any update on this @Adarsh-jaiss ?
Some are interested but they are busy because of their semester exams. After exams they will work on this.
-- i have found someone who can create database And code javascript for the website :)
-- i am going to remind them about this :)
@kendalldoescoding
Some are interested but they are busy because of their semester exams. After exams they will work on this.
-- i have found someone who can create database And code javascript for the website :)
-- i am going to remind them about this :)
@KendallDoesCoding
Ok cool!
Even I'm busy with my final exams, will be free on the 9th April!
If you really just get stuck, I could provide some help.
-- sounds great :)
Hi, guys! I am currently studying the React. I didn't work with the database. Is it possible to learn this in a short time? And I have a question, what exactly am I need to do? I'll try
Can you write some javascript code for the website since @KendallDoesCoding will take care of html and css. And for the rest @TechStudent11 can help us Or guide usπ
I can write Javascript:)
Can you write some javascript code for the website since @KendallDoesCoding will take care of html and css. And for the rest @TechStudent11 can help us Or guide usπ
A HTML site, which will display all the journey's by coders, that if tapped, you can view the persons journey in the browser, choose to download a txt file of it.
It's a little of the concepts from Linkfree but not really.