- List of Seniors: https://oscamnl.herokuapp.com/seniors
- Add new senior: https://oscamnl.herokuapp.com/seniors/new
- List of Barangays: https://oscamnl.herokuapp.com/barangays
- View a barangay: https://oscamnl.herokuapp.com/barangays/1
- Audit Logs: https://oscamnl.herokuapp.com/audits
- Login: https://oscamnl.herokuapp.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { requireNativeComponent } from 'react-native'; | |
export default requireNativeComponent('RNMap'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { View } from 'react-native'; | |
import PropTypes from 'prop-types'; | |
import styled from 'styled-components/native'; | |
// SEPARATE FILE | |
const Colors = { | |
success: 'green', | |
error: 'red', | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
davids-mbp:rails davidangulo$ git status | |
On branch feature/strict-loading-attachments | |
Your branch is up to date with 'origin/feature/strict-loading-attachments'. | |
nothing to commit, working tree clean | |
davids-mbp:rails davidangulo$ cd activejob && bundle exec rake test | |
--- rake test:async | |
/Users/davidangulo/.rbenv/versions/2.7.2/bin/ruby -w -I"lib:test" -I"/Users/davidangulo/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rake-13.0.1/lib" "/Users/davidangulo/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rake-13.0.1/lib/rake/rake_test_loader.rb" "test/cases/adapter_test.rb" "test/cases/argument_serialization_test.rb" "test/cases/callbacks_test.rb" "test/cases/exceptions_test.rb" "test/cases/job_serialization_test.rb" "test/cases/logging_test.rb" "test/cases/queue_adapter_test.rb" "test/cases/queue_naming_test.rb" "test/cases/queue_priority_test.rb" "test/cases/queuing_test.rb" "test/cases/rescue_test.rb" "test/cases/serializers_test.rb" "test/cases/test_case_test.rb" "test/cases/test_helper_test.rb" "test/c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone repo | |
Make changes in git repo | |
svn copy http://plugins.svn.wordpress.org/repo/trunk/ http://plugins.svn.wordpress.org/repo/tags/X.X.X.X -m "Create X.X.X.X tag" | |
svn checkout http://plugins.svn.wordpress.org/repo/trunk/ | |
delete content on trunk | |
copy from git repo to trunk | |
svn add * / svn add --force . | |
svn commit -m "release X.X.X.X" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone repo | |
Make changes in git repo | |
svn copy http://plugins.svn.wordpress.org/repo/trunk/ http://plugins.svn.wordpress.org/repo/tags/X.X.X.X -m "Create X.X.X.X tag" | |
svn checkout http://plugins.svn.wordpress.org/repo/trunk/ | |
delete content on trunk | |
copy from git repo to trunk | |
svn add * | |
svn commit -m "release X.X.X.X" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone repo | |
Make changes in git repo | |
svn copy http://plugins.svn.wordpress.org/repo/trunk/ http://plugins.svn.wordpress.org/repo/tags/X.X.X.X -m "Create X.X.X.X tag" | |
svn checkout http://plugins.svn.wordpress.org/repo/trunk/ | |
delete content on trunk | |
copy from git repo to trunk | |
svn add * | |
svn commit -m "release X.X.X.X" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone repo | |
Make changes in git repo | |
svn copy http://plugins.svn.wordpress.org/repo/trunk/ http://plugins.svn.wordpress.org/repo/tags/X.X.X.X -m "Create X.X.X.X tag" | |
svn checkout http://plugins.svn.wordpress.org/repo/trunk/ | |
delete content on trunk | |
copy from git repo to trunk | |
svn add * | |
svn commit -m "release X.X.X.X" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone repo | |
Make changes in git repo | |
svn copy http://plugins.svn.wordpress.org/repo/trunk/ http://plugins.svn.wordpress.org/repo/tags/X.X.X.X -m "Create X.X.X.X tag" | |
svn checkout http://plugins.svn.wordpress.org/repo/trunk/ | |
delete content on trunk | |
copy from git repo to trunk | |
svn add * | |
svn commit -m "release X.X.X.X" |
NewerOlder