Skip to content
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

Frontend Redesign #65

Open
m1guelpf opened this issue Feb 26, 2017 · 37 comments
Open

Frontend Redesign #65

m1guelpf opened this issue Feb 26, 2017 · 37 comments
Assignees

Comments

@m1guelpf
Copy link
Member

m1guelpf commented Feb 26, 2017

Forntend redesign

@m1guelpf
Copy link
Member Author

@afnizarnur Do you want to help?

@afnizarnur
Copy link

@m1guelpf Yeah sure, I can help!

@m1guelpf
Copy link
Member Author

@afnizarnur Thank you!
If you need help with anything, just ask.

@afnizarnur
Copy link

Hi @m1guelpf, I see issue #81 about rebranding OrgManager. Should we wait for the new brand finished, after that start frontend redesign?

@m1guelpf
Copy link
Member Author

m1guelpf commented Mar 7, 2017

@afnizarnur The rebranding is being done by @elioqoshi
Maybe you can coordinate...

@afnizarnur
Copy link

Sure @m1guelpf
Let me know if the rebranding is already done @elioqoshi

@elioqoshi
Copy link
Member

Will let you know :)

m1guelpf added a commit that referenced this issue Mar 12, 2017
Now that automatic deploys are enabled, the 503 page will be shown sometimes, so I've redesigned it to be informative and cool
(I suppose I can tag this #65)
m1guelpf added a commit that referenced this issue Mar 12, 2017
Now that we have an awesome 503 page, here it goes a new 404 one following the same style
(I'll tag also this #65)
@m1guelpf m1guelpf added v4.0 and removed v3.0 labels Mar 13, 2017
@m1guelpf m1guelpf modified the milestones: v4.0, v3.0 Mar 13, 2017
@m1guelpf
Copy link
Member Author

@afnizarnur Moving this to v4.0

@afnizarnur
Copy link

Any updates? @m1guelpf @elioqoshi

@elioqoshi
Copy link
Member

#81 (comment) :)

@afnizarnur
Copy link

Hi @m1guelpf , as the branding already done. Let's start to redesigning the front-end!
Can you tell me which pages need to be redesigned?

@m1guelpf
Copy link
Member Author

m1guelpf commented Mar 16, 2017

@afnizarnur Well, the front page needs a big change, also the dashboard page is using both bootstrap and materialize, and that makes it strange. I think the rest of them are OK, but feel free to change them if you want. The views are located in the /resources/views in {view}.blade.php format. Also, if you want, I can create a frontend-redesign branch and give you push access. If you need anything, just ask!

@afnizarnur
Copy link

@m1guelpf I see, I'll start to design it today and get back to you ASAP.
Can you please create that branch for me? Thanks :)

@m1guelpf
Copy link
Member Author

@afnizarnur Done!

@m1guelpf
Copy link
Member Author

@afnizarnur I am creating a simple way to add the OrgManager Logo at OrgManager Logos. Please do not commit anything to the branch until I finish and commit it to all branches. Should be done for tomorrow. Thank you!

@m1guelpf
Copy link
Member Author

@afnizarnur Done! Go ahead!

@afnizarnur
Copy link

Hi @m1guelpf
This is some sneak peak for the redesign. Let me know what you think :)
1 homepage
2 empty dashboard
3 dashboard
4 organizations detail

@m1guelpf
Copy link
Member Author

@afnizarnur Looks awesome!

@m1guelpf
Copy link
Member Author

@afnizarnur Remember to commit your changes to the frontend-redesign branch when you have a cool preview!

@elioqoshi
Copy link
Member

That looks phenomenal! Great job @afnizarnur

@afnizarnur
Copy link

Hi @m1guelpf
From that design, it really different from current website, because I change the flow of the website too. I'm afraid it'll break the backend. What do you think about that?

@m1guelpf
Copy link
Member Author

@afnizarnur What do you mean by "changed the flow of the website" and why would that break the backend?
If what you mean is that you hardcoded some things, it can be easely fixed.

@afnizarnur
Copy link

Ah, I mean the flow – the routing of the website.
Ok, I see, maybe that mean hardcoded 😅

I'll try to push some commit ASAP.

@m1guelpf
Copy link
Member Author

@afnizarnur Any updates?

@afnizarnur
Copy link

Hi @m1guelpf ,
do you have IRC or anything? I need some guide installing the orgmanager locally.

@m1guelpf
Copy link
Member Author

m1guelpf commented Mar 29, 2017

@afnizarnur You can use any of the support channels mentioned in the README. Also, see the development setup section in the README.

@m1guelpf
Copy link
Member Author

m1guelpf commented Apr 7, 2017

@afnizarnur Any updates?
Some tips: (Please use the frontend-redesign branch, as you could get merge conflicts if you don't, and I'm pushing dialy to the others. Don't worry about hardcoded things, that will be fixed later)

@afnizarnur
Copy link

Sorry, for slow to get this done 😅 @m1guelpf
I'll send this weekend by pushing the code to front-end branch

@m1guelpf
Copy link
Member Author

m1guelpf commented Apr 9, 2017

@afnizarnur Just seen your frontend-static branch, and it looks great!
Just a small tip to help migrating to the "full version"

  • OrgManager uses Laravel Mix (Webpack) to render frontend assets. You add the code to the resources/assets/{js/sass} folder, and then npm install & npm run {dev/production}. The configuration file for Mix is on the root of the repo (the webpack.mix.js file).

@afnizarnur
Copy link

Sure, I'll try @m1guelpf

@m1guelpf
Copy link
Member Author

m1guelpf commented Apr 10, 2017

@afnizarnur Also,I've just configured deployments from frontend-static to static.orgmanager.miguelpiedrafita.com using Netlify, and sent you an invite to the hi[at]yourdomain email. Pushing to the static branch should trigger a deploy that runs npm&bower install and gulp.

@m1guelpf
Copy link
Member Author

@afnizarnur I've just migrated the static branch to the frontend-redesign-home branch. Could you please commit the rest of the static version (when it's ready) so I can migrate it? Switching the current layout from bootstrap v3 to bootstrap v4 doesn't look cool...
screenshot_2017-04-16-19-54-14-1

@m1guelpf
Copy link
Member Author

@afnizarnur Any updates?

@afnizarnur
Copy link

Hi @m1guelpf, I'm sorry, I'm a bit busy because I'm working on a project right now.

I've attached front-end measurement also sketch files if someone want to help to convert it to HTML & CSS.
Source Files.zip
Measurement.zip

@m1guelpf m1guelpf modified the milestone: v4.0 Sep 4, 2017
@m1guelpf
Copy link
Member Author

m1guelpf commented Sep 6, 2017

@afnizarnur Hi!
Do you think you'll be able to finish this?
Thank you!

@afnizarnur
Copy link

@m1guelpf Yes, I think I can!

@m1guelpf m1guelpf assigned m1guelpf and unassigned afnizarnur Nov 19, 2017
@m1guelpf
Copy link
Member Author

@afnizarnur I have some free time now, so I'm going to try building some pages with your Sketch export.

@m1guelpf m1guelpf added the wip label Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants