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

UI dashboard #85

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e4e8af4
installing ruby, rails, nodeJS, Yarn versions
bendeloyola Sep 7, 2021
a3e3f02
Merge pull request #1 from bendeloyola/installing-versions
neroneronomi Sep 8, 2021
81c3f77
Installing devise gem
bendeloyola Sep 10, 2021
f9663f2
retrieve database.yml.sample
bendeloyola Sep 10, 2021
b63246f
removed def dashboard
bendeloyola Sep 10, 2021
77d5685
Merge pull request #2 from bendeloyola/login-and-registration-feature
neroneronomi Sep 10, 2021
00e4f8c
adding a new line
bendeloyola Sep 10, 2021
830b2a1
Merge pull request #3 from bendeloyola/add-new-line
analyn-cajocson Sep 10, 2021
3a00cca
Creating models and migrations
bendeloyola Sep 13, 2021
c2f711b
add foreign key in transactions and porfolio table
bendeloyola Sep 13, 2021
f300fcd
Add stock id to transactions table as a foreign key
bendeloyola Sep 13, 2021
ed425aa
remove association in portfolio and transaction model
bendeloyola Sep 14, 2021
0dd53ea
run bundle exec rubocop
bendeloyola Sep 14, 2021
d0b92ef
remove empty line
bendeloyola Sep 14, 2021
22ac99e
Merge pull request #4 from bendeloyola/creating-models-tables-and-mig…
analyn-cajocson Sep 14, 2021
4638ab1
fix redirect page after login
bendeloyola Sep 14, 2021
1f5d6f1
fixing index dashboard
bendeloyola Sep 14, 2021
f158252
removed index method first
bendeloyola Sep 14, 2021
af0c5d7
removing extra line dashboard controller
bendeloyola Sep 14, 2021
0f4a628
adding a new line index.html dashboard
bendeloyola Sep 14, 2021
920c1c4
Merge pull request #5 from bendeloyola/fix-redirect-trader-login
neroneronomi Sep 14, 2021
893849d
install_bootstrap
neroneronomi Sep 15, 2021
80d205b
added user admin feature
bendeloyola Sep 15, 2021
4507ead
Merge pull request #6 from bendeloyola/install_bootstrap
analyn-cajocson Sep 16, 2021
153b796
merge from main Merge branch 'master' into admin-user-feature
bendeloyola Sep 16, 2021
85c2c5c
fixing redirect after sign out
bendeloyola Sep 16, 2021
e4e2216
Merge pull request #7 from bendeloyola/admin-user-feature
neroneronomi Sep 16, 2021
a4701c8
signin_signup_ui
neroneronomi Sep 20, 2021
863d008
update the path of scss
bendeloyola Sep 20, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,12 @@ GEM
marcel (1.0.1)
method_source (1.0.0)
mini_mime (1.1.0)
mini_portile2 (2.5.3)
minitest (5.14.4)
msgpack (1.4.2)
nio4r (2.5.7)
nokogiri (1.11.3-x86_64-darwin)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.3-x86_64-linux)
racc (~> 1.4)
Expand Down Expand Up @@ -259,6 +261,7 @@ GEM
zeitwerk (2.4.2)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
*= require_tree .
*= require_self
*/

Loading